From: Stig Bakken Date: Wed, 21 Apr 1999 14:07:07 +0000 (+0000) Subject: move automake back to before autoconf X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8fe0ad29cbc860452b12aee51aeebe2c34450a1;p=php move automake back to before autoconf --- 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