diff options
author | Stig S. Bakken <stig@php.net> | 1999-04-21 14:06:58 +0000 |
---|---|---|
committer | Stig S. Bakken <stig@php.net> | 1999-04-21 14:06:58 +0000 |
commit | a9d3d0832afec1805c6736e89da90b36a7200ce6 (patch) | |
tree | 875e2e5e43e817fabbebe94e7c0f09d90ad5d6fe /Zend/buildconf | |
parent | 02f9dc6460ee3e2ee996cb268a253d71a56ada51 (diff) | |
download | php-git-a9d3d0832afec1805c6736e89da90b36a7200ce6.tar.gz |
move automake back to before autoconf
Diffstat (limited to 'Zend/buildconf')
-rwxr-xr-x | Zend/buildconf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Zend/buildconf b/Zend/buildconf index d988986ccc..5a6158d4c8 100755 --- a/Zend/buildconf +++ b/Zend/buildconf @@ -9,6 +9,10 @@ else echo created or modified aclocal.m4 fi +autoheader + +automake --add-missing --include-deps + mv configure configure.old 2>/dev/null autoconf if cmp configure.old configure > /dev/null 2>&1; then @@ -18,5 +22,3 @@ else echo created or modified configure fi -autoheader -automake --add-missing --include-deps |