From: Felipe Pena Date: Thu, 1 Dec 2011 16:40:07 +0000 (+0000) Subject: - Escape [ ] chars in the configure message X-Git-Tag: php-5.5.0alpha1~791 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b25c9377e8a991aef9d5342f6a35b5d47b00ddc;p=php - Escape [ ] chars in the configure message Patch by: Daniel Convissor --- diff --git a/configure.in b/configure.in index 07ff284ed4..a64a500220 100644 --- a/configure.in +++ b/configure.in @@ -863,7 +863,7 @@ fi 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 @@ esac 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 @@ if test "$PHP_CLI" = "no"; then 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