summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-07-23 15:53:50 +0000
committerStig Bakken <ssb@php.net>1999-07-23 15:53:50 +0000
commit2c2e4c463f2fc9e9a5aa492eeafae62713f2fd72 (patch)
treee3431f4117c4f293ebd2762f8b48b3cbef1fcdd5 /buildconf
parent8bf949b5d61a4d631cfba5fbcd1bb42590052cc5 (diff)
downloadphp-git-2c2e4c463f2fc9e9a5aa492eeafae62713f2fd72.tar.gz
run libtoolize during buildconf since we depend on libtool anyway
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 084b5efeef..edec9ebc2c 100755
--- a/buildconf
+++ b/buildconf
@@ -93,6 +93,8 @@ fi
./scripts/preconfig
+libtoolize --automake $automake_flags --force
+
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then