Re: [PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-08 Thread Stig Sæther Bakken
[Sascha Schumann [EMAIL PROTECTED]] Is there a reason the $'s were escape, or can I commit my fix? If EXTENSION_DIR/INCLUDE_PATH are used outside makefiles, your patch should be applied. They are used outside makefiles, but they should be as separate variables that are expanded.

Re: [PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-06 Thread Sascha Schumann
Is there a reason the $'s were escape, or can I commit my fix? If EXTENSION_DIR/INCLUDE_PATH are used outside makefiles, your patch should be applied. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg --

[PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-05 Thread Jon Parise
Revision 1.228 of configure.in breaks the expansion of the PEAR_INSTALLDIR variable. I don't know why the $'s were escaped in revision 1.228, but the following patch brings back what I think is the intended behavior. Is there a reason the $'s were escape, or can I commit my fix? Index: