From: Wouter Wijngaards Date: Wed, 26 May 2010 12:14:36 +0000 (+0000) Subject: Fix gentoo ebuild, remove -I m4 from Makefile.in, seems to be needed when X-Git-Tag: release-1.6.5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf6fb96629ee6955ea42e3362c4371d91017cb85;p=thirdparty%2Fldns.git Fix gentoo ebuild, remove -I m4 from Makefile.in, seems to be needed when you use AC_CONFIG_MACRO_DIR in configure.ac, which ldns is not doing, and thus have files inside the m4 dir that exist. The current m4 setup is probably more portable to older autoconf (needed because configure is not in the svn itself for ldns). --- diff --git a/Changelog b/Changelog index e811841b..f8a53136 100644 --- a/Changelog +++ b/Changelog @@ -34,6 +34,7 @@ * bugfix #310: POSIX specifies NULL second argument of gettimeofday. * fix compiler warnings from llvm clang compiler. * bugfix #309: ldns_pkt_clone did not clone the tsig_rr. + * Fix gentoo ebuild for drill, 'no m4 directory'. 1.6.4 2010-01-20 * Imported pyldns contribution by Zdenek Vasicek and Karel Slany. diff --git a/Makefile.in b/Makefile.in index 82a8c3a0..3fbb965e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,6 @@ LIBSSL_LIBS = @LIBSSL_LIBS@ RUNTIME_PATH = @RUNTIME_PATH@ DATE = $(shell date +%Y%m%d) LIBTOOL = $(libtool) --tag=CC --quiet -ACLOCAL_AMFLAGS = -Im4 INSTALL_LDNS_CONFIG = @INSTALL_LDNS_CONFIG@ LINT = splint