summaryrefslogtreecommitdiff
path: root/Zend/buildconf
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-04-21 13:45:46 +0000
committerStig S. Bakken <stig@php.net>1999-04-21 13:45:46 +0000
commit9003b9a261de4b4156e56d538fe34c17ae088ef2 (patch)
tree038d71e4e70fb57484822d9b1ec1397c93534fbf /Zend/buildconf
parentbb74a94fa5089a0238c965baac218a92fb95aa82 (diff)
downloadphp-git-9003b9a261de4b4156e56d538fe34c17ae088ef2.tar.gz
autoheader must be called after autoconf, automake after autoheader
Diffstat (limited to 'Zend/buildconf')
-rwxr-xr-xZend/buildconf10
1 files changed, 2 insertions, 8 deletions
diff --git a/Zend/buildconf b/Zend/buildconf
index 22361b4a65..d988986ccc 100755
--- a/Zend/buildconf
+++ b/Zend/buildconf
@@ -1,13 +1,5 @@
#!/bin/sh
-if test -f mkinstalldirs; then
- automake
-else
- automake --add-missing
-fi
-
-autoheader
-
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
@@ -26,3 +18,5 @@ else
echo created or modified configure
fi
+autoheader
+automake --add-missing --include-deps