summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 14:07:07 +0000
committerStig Bakken <ssb@php.net>1999-04-21 14:07:07 +0000
commitf8fe0ad29cbc860452b12aee51aeebe2c34450a1 (patch)
tree6cdcc90428351a9733866477877ea0a455804e0c /buildconf
parenta9d3d0832afec1805c6736e89da90b36a7200ce6 (diff)
downloadphp-git-f8fe0ad29cbc860452b12aee51aeebe2c34450a1.tar.gz
move automake back to before autoconf
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf7
1 files changed, 4 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index 99957a764b..0cf6006bdf 100755
--- a/buildconf
+++ b/buildconf
@@ -11,6 +11,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
@@ -20,8 +24,5 @@ else
echo created or modified configure
fi
-autoheader
-automake --add-missing --include-deps
-
cd libzend; ./buildconf