sniper Fri May 27 09:15:48 2005 EDT
Modified files:
/php-src/scripts phpize.m4
Log:
- Make sure EGREP and SED get set early enough.
http://cvs.php.net/diff.php/php-src/scripts/phpize.m4?r1=1.14&r2=1.15&ty=u
Index: php-src/scripts/phpize.m4
diff -u php-src/scripts/phpize.m4:1.14 php-src/scripts/phpize.m4:1.15
--- php-src/scripts/phpize.m4:1.14 Fri May 6 22:51:53 2005
+++ php-src/scripts/phpize.m4 Fri May 27 09:15:47 2005
@@ -2,6 +2,8 @@
AC_INIT(config.m4)
+PHP_CONFIG_NICE(config.nice)
+
AC_DEFUN([PHP_WITH_PHP_CONFIG],[
AC_ARG_WITH(php-config,
[ --with-php-config=PATH],[
@@ -41,8 +43,6 @@
abs_srcdir=`(cd $srcdir && pwd)`
abs_builddir=`pwd`
-PHP_CONFIG_NICE(config.nice)
-
AC_PROG_CC
AC_PROG_CC_C_O
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php