diff options
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 |