summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-12-22 03:16:37 +0000
committerManoj Kasichainula <manoj@apache.org>1999-12-22 03:16:37 +0000
commit6e5e06b2bb9bf5fe81ff685061836e8ecafdf8b6 (patch)
tree2484b72c871203ef9c65901767b3dd61ccb8094d /buildconf
parent53e662b1f27b94c591ed66fdce4c77d205f50719 (diff)
downloadhttpd-6e5e06b2bb9bf5fe81ff685061836e8ecafdf8b6.tar.gz
--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
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
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