From: Stig Bakken Date: Thu, 4 Nov 1999 09:34:35 +0000 (+0000) Subject: # Workaround needed to run automake in makedist. X-Git-Tag: php-4.0b3_RC2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4c8d7dddc7f62666ec921a3817ee8807e4067df;p=php # Workaround needed to run automake in makedist. --- diff --git a/buildconf b/buildconf index 39c3800e1b..ba3980dfda 100755 --- 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