1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

# Workaround needed to run automake in makedist.

This commit is contained in:
Stig Bakken
1999-11-04 09:34:35 +00:00
parent 170db8b580
commit a4c8d7dddc

View File

@@ -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