From: Manoj Kasichainula Date: Wed, 22 Dec 1999 03:16:37 +0000 (+0000) Subject: --include-deps only seems to take advantage of pregenerated X-Git-Tag: 1.3.10~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e5e06b2bb9bf5fe81ff685061836e8ecafdf8b6;p=apache --include-deps only seems to take advantage of pregenerated dependencies, and makes the build process refuse to generate them, so this removes it. It should be used when making a distribution, though. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index 1ea1856f5e..961fa1abda 100755 --- a/buildconf +++ b/buildconf @@ -91,7 +91,7 @@ autoheader files="Makefile `find ap lib main modules regex os -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`" # suppress stupid automake warning -automake --add-missing --include-deps $automake_flags $files 2>&1 | grep -v \$APACHE_OUTPUT_FILES >&2 +automake --add-missing $automake_flags $files 2>&1 | grep -v \$APACHE_OUTPUT_FILES >&2 mv configure configure.old 2>/dev/null