summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-19 08:07:20 +0000
committerStig Bakken <ssb@php.net>1999-04-19 08:07:20 +0000
commit3912318923c93262b5f0af18c9407a508eecd136 (patch)
tree081ad8ffac33d330b1b99f3cd89e854099c82c9c /buildconf
parent1390eadc143c1c693acef777d3ecb8ce5982978c (diff)
downloadphp-git-3912318923c93262b5f0af18c9407a508eecd136.tar.gz
run automake and run autoconf in libzend
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a2c3c1eb7f..c6fc687348 100755
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,12 @@
#!/bin/sh
./scripts/preconfig
+if test -f mkinstalldirs; then
+ automake
+else
+ automake --add-missing
+fi
aclocal
autoconf
+(cd libzend;autoconf)
+