summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-10-05 17:43:45 +0000
committerSascha Schumann <sas@php.net>1999-10-05 17:43:45 +0000
commitdff6e711ce0841889f1ae468eb1bb6d80586b46f (patch)
treee1e74122151732314620db5d8ab5590f65d719a3 /buildconf
parentd71eb7bbe6d5b18b1b2f7a1572d419a1516b5ffd (diff)
downloadphp-git-dff6e711ce0841889f1ae468eb1bb6d80586b46f.tar.gz
Apply patch automatically at buildconf time
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index c584867d2e..5f41d01ee8 100755
--- a/buildconf
+++ b/buildconf
@@ -114,7 +114,9 @@ fi
./scripts/preconfig
+rm -f ltmain.sh
libtoolize --automake $automake_flags --force
+patch < patch-ltmain.sh
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
@@ -136,10 +138,10 @@ fi
autoheader
-# suppress stupid automake warning
+# find all Makefile.ams
files=`find . -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