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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user