ssb Mon Mar 12 01:54:26 2001 EDT
Modified files:
/php4/pear pear.m4
Log:
HEADS UP: renamed config header file in "phpize"d extensions to
"config.h" rather than "php_config.h".
Index: php4/pear/pear.m4
diff -u php4/pear/pear.m4:1.7 php4/pear/pear.m4:1.8
--- php4/pear/pear.m4:1.7 Mon Oct 30 10:27:46 2000
+++ php4/pear/pear.m4 Mon Mar 12 01:54:26 2001
@@ -81,6 +81,6 @@
test -d modules || mkdir modules
touch .deps
-AC_CONFIG_HEADER(php_config.h)
+AC_CONFIG_HEADER(config.h)
AC_OUTPUT()
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]