felipe Thu, 01 Dec 2011 16:40:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=320254
Log:
- Escape [ ] chars in the configure message
Patch by: Daniel Convissor
Changed paths:
U php/php-src/branches/PHP_5_4/configure.in
U php/php-src/trunk/configure.in
Modified: php/php-src/branches/PHP_5_4/configure.in
===================================================================
--- php/php-src/branches/PHP_5_4/configure.in 2011-12-01 16:34:50 UTC (rev
320253)
+++ php/php-src/branches/PHP_5_4/configure.in 2011-12-01 16:40:07 UTC (rev
320254)
@@ -863,7 +863,7 @@
PHP_ARG_WITH(layout, layout of installed files,
[ --with-layout=TYPE Set how installed files will be laid out. Type can
- be either PHP or GNU [PHP]], PHP, no)
+ be either PHP or GNU @<:@PHP@:>@], PHP, no)
case $PHP_LAYOUT in
GNU)
@@ -876,7 +876,7 @@
PHP_ARG_WITH(config-file-path, path to configuration file,
[ --with-config-file-path=PATH
- Set the path in which to look for php.ini
[PREFIX/lib]], DEFAULT, no)
+ Set the path in which to look for php.ini
@<:@PREFIX/lib@:>@], DEFAULT, no)
if test "$PHP_CONFIG_FILE_PATH" = "DEFAULT"; then
case $PHP_LAYOUT in
@@ -1068,7 +1068,7 @@
fi
PHP_ARG_WITH(pear, [whether to install PEAR],
-[ --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
+[ --with-pear=DIR Install PEAR in DIR @<:@PREFIX/lib/php@:>@
--without-pear Do not install PEAR], DEFAULT, yes)
if test "$PHP_PEAR" != "no"; then
Modified: php/php-src/trunk/configure.in
===================================================================
--- php/php-src/trunk/configure.in 2011-12-01 16:34:50 UTC (rev 320253)
+++ php/php-src/trunk/configure.in 2011-12-01 16:40:07 UTC (rev 320254)
@@ -863,7 +863,7 @@
PHP_ARG_WITH(layout, layout of installed files,
[ --with-layout=TYPE Set how installed files will be laid out. Type can
- be either PHP or GNU [PHP]], PHP, no)
+ be either PHP or GNU @<:@PHP@:>@], PHP, no)
case $PHP_LAYOUT in
GNU)
@@ -876,7 +876,7 @@
PHP_ARG_WITH(config-file-path, path to configuration file,
[ --with-config-file-path=PATH
- Set the path in which to look for php.ini
[PREFIX/lib]], DEFAULT, no)
+ Set the path in which to look for php.ini
@<:@PREFIX/lib@:>@], DEFAULT, no)
if test "$PHP_CONFIG_FILE_PATH" = "DEFAULT"; then
case $PHP_LAYOUT in
@@ -1068,7 +1068,7 @@
fi
PHP_ARG_WITH(pear, [whether to install PEAR],
-[ --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
+[ --with-pear=DIR Install PEAR in DIR @<:@PREFIX/lib/php@:>@
--without-pear Do not install PEAR], DEFAULT, yes)
if test "$PHP_PEAR" != "no"; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php