]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
In dd42dfce2c09d9da27bbf7d5e693c94f0f5bb15b we turned off dependency
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 29 Aug 2014 14:10:51 +0000 (16:10 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 29 Aug 2014 14:10:51 +0000 (16:10 +0200)
tracking of include files so we make distclean would work.  I just spent 30
minutes chasing a phantom bug because of this - I understand people love for
make distclean to work, but this price is not worth it. so dependency
tracking is back.

configure.ac

index c3f57c745dda307c49411b9e9dee9ad725b8a670..f69eda32dd777580305aee40d9ab773e78b7eabf 100644 (file)
@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects no-dependencies 1.11])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar -Wno-portability subdir-objects 1.11])
 AM_SILENT_RULES([yes])
 
 AC_CANONICAL_HOST