diff options
author | Stig Bakken <ssb@php.net> | 1999-04-19 08:07:20 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-19 08:07:20 +0000 |
commit | 3912318923c93262b5f0af18c9407a508eecd136 (patch) | |
tree | 081ad8ffac33d330b1b99f3cd89e854099c82c9c /buildconf | |
parent | 1390eadc143c1c693acef777d3ecb8ce5982978c (diff) | |
download | php-git-3912318923c93262b5f0af18c9407a508eecd136.tar.gz |
run automake and run autoconf in libzend
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ #!/bin/sh ./scripts/preconfig +if test -f mkinstalldirs; then + automake +else + automake --add-missing +fi aclocal autoconf +(cd libzend;autoconf) + |