summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 13:47:05 +0000
committerStig Bakken <ssb@php.net>1999-04-21 13:47:05 +0000
commit02f9dc6460ee3e2ee996cb268a253d71a56ada51 (patch)
tree5fa117ddfcc89d4acbebf461c7b32e20d98eef42 /buildconf
parent9003b9a261de4b4156e56d538fe34c17ae088ef2 (diff)
downloadphp-git-02f9dc6460ee3e2ee996cb268a253d71a56ada51.tar.gz
autoheader must be called after autoconf, automake after autoheader
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf9
1 files changed, 3 insertions, 6 deletions
diff --git a/buildconf b/buildconf
index 297e2c9aca..99957a764b 100755
--- a/buildconf
+++ b/buildconf
@@ -2,12 +2,6 @@
./scripts/preconfig
-if test -f mkinstalldirs; then
- automake
-else
- automake --add-missing
-fi
-
mv aclocal.m4 aclocal.m4.old 2>/dev/null
aclocal
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
@@ -26,5 +20,8 @@ else
echo created or modified configure
fi
+autoheader
+automake --add-missing --include-deps
+
cd libzend; ./buildconf