What is the reason for this? Shouldn't we keep it the way it works within 
the PHP tree? Some modules include php_config.h or do you also have that in 
PEAR?

Andi

At 09:54 AM 3/12/2001 +0000, Stig Bakken wrote:
>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]


-- 
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]

Reply via email to