]> granicus.if.org Git - php/commitdiff
move automake back to before autoconf
authorStig Bakken <ssb@php.net>
Wed, 21 Apr 1999 14:07:07 +0000 (14:07 +0000)
committerStig Bakken <ssb@php.net>
Wed, 21 Apr 1999 14:07:07 +0000 (14:07 +0000)
buildconf

index 99957a764bd900be441a887d0041b0d7541d4620..0cf6006bdf4daf5b4901dac527faa9b8e0aab426 100755 (executable)
--- 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