]> granicus.if.org Git - apache/commitdiff
--include-deps only seems to take advantage of pregenerated
authorManoj Kasichainula <manoj@apache.org>
Wed, 22 Dec 1999 03:16:37 +0000 (03:16 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 22 Dec 1999 03:16:37 +0000 (03:16 +0000)
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

buildconf

index 1ea1856f5e82eb38d403209c6ff60956d41d8eee..961fa1abdaf63f74748a04d579802d79b1f891db 100755 (executable)
--- 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