]> granicus.if.org Git - php/commitdiff
autoheader must be called after autoconf, automake after autoheader
authorStig S. Bakken <stig@php.net>
Wed, 21 Apr 1999 13:45:46 +0000 (13:45 +0000)
committerStig S. Bakken <stig@php.net>
Wed, 21 Apr 1999 13:45:46 +0000 (13:45 +0000)
Zend/buildconf

index 22361b4a65ee7c2b1c9bf17d166f4ca1224e5ed7..d988986cccfd5777b4671beb3ee857a727f96392 100755 (executable)
@@ -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