From: bert hubert Date: Fri, 29 Aug 2014 14:10:51 +0000 (+0200) Subject: In dd42dfce2c09d9da27bbf7d5e693c94f0f5bb15b we turned off dependency X-Git-Tag: auth-3.4.0-rc2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62423be7099303ab45491db99652bc1b3f8a2ff0;p=thirdparty%2Fpdns.git In dd42dfce2c09d9da27bbf7d5e693c94f0f5bb15b we turned off dependency 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. --- diff --git a/configure.ac b/configure.ac index c3f57c745d..f69eda32dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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