diff options
-rw-r--r-- | ext/domxml/config.m4 | 2 | ||||
-rw-r--r-- | ext/odbc/config.m4 | 5 | ||||
-rw-r--r-- | ext/pdf/config.m4 | 2 | ||||
-rw-r--r-- | ext/readline/config.m4 | 2 | ||||
-rw-r--r-- | ext/recode/config.m4 | 4 | ||||
-rw-r--r-- | sapi/apache/config.m4 | 10 |
6 files changed, 11 insertions, 14 deletions
diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4 index 3bd0b83938..02e14c07e1 100644 --- a/ext/domxml/config.m4 +++ b/ext/domxml/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ AC_MSG_CHECKING(whether to include DOM support) AC_ARG_WITH(dom, -[ --with-dom[=DIR] Include DOM support (requires libxml >= 1.0). +[ --with-dom[=DIR] Include DOM support (requires libxml >= 1.0). DIR is the libxml install directory, defaults to /usr.], [ diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 0a1ca18ec5..01406cd37e 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -100,7 +100,7 @@ if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Solid support) AC_ARG_WITH(solid, [ --with-solid[=DIR] Include Solid support. DIR is the Solid base - install directory, defaults to /usr/local/solid], + install directory, defaults to /usr/local/solid], [ if test "$withval" = "yes"; then withval=/usr/local/solid @@ -354,8 +354,7 @@ AC_ARG_WITH(dbmaker, [ --with-dbmaker[=DIR] Include DBMaker support. DIR is the DBMaker base install directory, defaults to where the latest version of DBMaker is installed (such as - /home/dbmaker/3.6). -], + /home/dbmaker/3.6).], [ if test "$withval" = "yes"; then # find dbmaker's home directory diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4 index 49e6e88dc5..1528b4944e 100644 --- a/ext/pdf/config.m4 +++ b/ext/pdf/config.m4 @@ -74,7 +74,7 @@ echo $withval ]) AC_ARG_WITH(png-dir, - [ --with-png-dir[=DIR] png dir for pdflib 3.x],[ + [ --with-png-dir[=DIR] png dir for pdflib 3.x],[ if test -z $withval; then withval="/usr/local" fi diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index 2cb445b59a..35e4ab5674 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -5,7 +5,7 @@ dnl don't forget to call PHP_EXTENSION(readline) AC_MSG_CHECKING(for readline support) AC_ARG_WITH(readline, -[ --with-readline[=DIR] Include readline support. DIR is the readline +[ --with-readline[=DIR] Include readline support. DIR is the readline install directory.], [ if test "$withval" != "no"; then diff --git a/ext/recode/config.m4 b/ext/recode/config.m4 index 992a79ef66..41741a426c 100644 --- a/ext/recode/config.m4 +++ b/ext/recode/config.m4 @@ -5,8 +5,8 @@ dnl don't forget to call PHP_EXTENSION(recode) AC_MSG_CHECKING(for recode support) AC_ARG_WITH(recode, -[ --with-recode[=DIR] Include recode support. DIR is the recode - install directory.], +[ --with-recode[=DIR] Include recode support. DIR is the recode install + directory.], [ if test "$withval" != "no"; then RECODE_LIST="$withval /usr /usr/local /opt" diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index ce067edf4d..e8dc8dcba5 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -12,9 +12,8 @@ AC_DEFUN(PHP_APACHE_CHECK_RDYNAMIC,[ AC_MSG_CHECKING(for Apache module support via DSO through APXS) AC_ARG_WITH(apxs, -[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional - pathname to the Apache apxs tool; defaults to "apxs".], -[ +[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional + pathname to the Apache apxs tool; defaults to "apxs".],[ if test "$withval" = "yes"; then APXS=apxs else @@ -49,9 +48,8 @@ APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache/mod_php4.* sapi/apache/libphp4.modu if test "$PHP_SAPI" != "apache"; then AC_MSG_CHECKING(for Apache module support) AC_ARG_WITH(apache, -[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache - build directory, defaults to /usr/local/etc/httpd.], -[ +[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache + build directory, defaults to /usr/local/etc/httpd.],[ if test "$withval" = "yes"; then # Apache's default directory withval=/usr/local/apache |