diff options
author | Stig Bakken <ssb@php.net> | 1999-11-04 09:34:35 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-11-04 09:34:35 +0000 |
commit | a4c8d7dddc7f62666ec921a3817ee8807e4067df (patch) | |
tree | 5845f02a8d16609f0f7daab05544d3e5351c7608 /buildconf | |
parent | 170db8b5808bfbd34f7ec5c848f2bae87924223c (diff) | |
download | php-git-a4c8d7dddc7f62666ec921a3817ee8807e4067df.tar.gz |
# Workaround needed to run automake in makedist.
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |