]> granicus.if.org Git - php/commitdiff
automake does not find all subdirectories automatically.
authorSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 11:33:00 +0000 (11:33 +0000)
committerSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 11:33:00 +0000 (11:33 +0000)
buildconf

index c398bdd4e53398f6ddb9915c00a0bb39963b0c57..c584867d2ecdd7f93a5e12765bcf6241d0994022 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -137,7 +137,10 @@ fi
 autoheader
 
 # suppress stupid automake warning
-automake --add-missing --include-deps $automake_flags 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2
+files=`find . -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`
+
+
+automake --add-missing --include-deps $automake_flags $files  2>&1 | grep -v \$PHP_OUTPUT_FILES >&2
 
 
 mv configure configure.old 2>/dev/null