sas Wed Sep 3 04:08:13 2003 EDT Modified files: /php-src/scripts phpize.m4 Log: centralize cflags Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.6 php-src/scripts/phpize.m4:1.7 --- php-src/scripts/phpize.m4:1.6 Tue Sep 2 15:42:17 2003 +++ php-src/scripts/phpize.m4 Wed Sep 3 04:08:12 2003 @@ -68,7 +68,7 @@ install_targets=install-modules phplibdir="`pwd`/modules" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H" -CFLAGS_CLEAN=$CFLAGS +CFLAGS_CLEAN='$(CFLAGS)' test "$prefix" = "NONE" && prefix="/usr/local" test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php