manoj 99/12/21 19:16:38
Modified: src buildconf Log: --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. Revision Changes Path 1.9 +1 -1 apache-2.0/src/buildconf Index: buildconf =================================================================== RCS file: /home/cvs/apache-2.0/src/buildconf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -u -r1.8 -r1.9 --- buildconf 1999/12/21 07:21:37 1.8 +++ buildconf 1999/12/22 03:16:37 1.9 @@ -91,7 +91,7 @@ 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