]> granicus.if.org Git - php/commitdiff
# Workaround needed to run automake in makedist.
authorStig Bakken <ssb@php.net>
Thu, 4 Nov 1999 09:34:35 +0000 (09:34 +0000)
committerStig Bakken <ssb@php.net>
Thu, 4 Nov 1999 09:34:35 +0000 (09:34 +0000)
buildconf

index 39c3800e1b6a533f9763588372811a0b1e7c4c1c..ba3980dfdacfefb74bd36f953d674d68ee6a06bc 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -140,7 +140,7 @@ fi
 autoheader
 
 # find all Makefile.ams
-files=`find . -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`
+files="Makefile `find ext sapi regex -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`"
 
 # suppress stupid automake warning
 automake --add-missing --include-deps $automake_flags $files  2>&1 | grep -v \$PHP_OUTPUT_FILES >&2