]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix gentoo ebuild, remove -I m4 from Makefile.in, seems to be needed when
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 26 May 2010 12:14:36 +0000 (12:14 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 26 May 2010 12:14:36 +0000 (12:14 +0000)
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).

Changelog
Makefile.in

index e811841ba4eb1904cfe1e141d5b7cabd8d3ea9a5..f8a53136e577e75b8144ccb42e26bc9c87ce6723 100644 (file)
--- 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.
index 82a8c3a0b197a946aec71b94cb65d097c42b79c6..3fbb965ebd440d7b48d20b3e7e39acfd3fa309ec 100644 (file)
@@ -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