From: Stig S. Bakken Date: Wed, 21 Apr 1999 14:06:58 +0000 (+0000) Subject: move automake back to before autoconf X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9d3d0832afec1805c6736e89da90b36a7200ce6;p=php move automake back to before autoconf --- diff --git a/Zend/buildconf b/Zend/buildconf index d988986ccc..5a6158d4c8 100755 --- a/Zend/buildconf +++ b/Zend/buildconf @@ -9,6 +9,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 @@ -18,5 +22,3 @@ else echo created or modified configure fi -autoheader -automake --add-missing --include-deps