Description: add some lines to fix the autoconf and avoid the FTBFS.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2015-03-03
Index: ed2k-hash-0.3.3+deb2/configure.in
===================================================================
--- ed2k-hash-0.3.3+deb2.orig/configure.in
+++ ed2k-hash-0.3.3+deb2/configure.in
@@ -26,6 +26,11 @@ dnl Process this file with autoconf to p
 
 AC_INIT(acinclude.m4) dnl a source file from your sub dir
 
+dnl Debian - fix configure.in/ac
+LT_INIT
+AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_CXX
+
 dnl This is so we can use kde-common
 AC_CONFIG_AUX_DIR(admin)
 
