diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
commit | 718b588b14f3b82875bca1f62ebe9fa63a1e5a53 (patch) | |
tree | c590d246ec0345744e428c2fa6c0590053cdce4a /ext | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ldap/config.m4 | 3 | ||||
-rw-r--r-- | ext/mbstring/config.m4 | 2 | ||||
-rw-r--r-- | ext/mcrypt/config.m4 | 3 | ||||
-rw-r--r-- | ext/ming/config.m4 | 2 | ||||
-rw-r--r-- | ext/mnogosearch/config.m4 | 6 | ||||
-rw-r--r-- | ext/oci8/config.m4 | 3 | ||||
-rw-r--r-- | ext/odbc/config.m4 | 15 | ||||
-rw-r--r-- | ext/oracle/config.m4 | 3 | ||||
-rw-r--r-- | ext/zlib/config0.m4 | 2 |
9 files changed, 23 insertions, 16 deletions
diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 116baef441..247e21720f 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -17,7 +17,8 @@ AC_DEFUN(PHP_LDAP_CHECKS, [ ]) PHP_ARG_WITH(ldap,whether to include LDAP support, -[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base install directory.]) +[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base + install directory.]) if test "$PHP_LDAP" != "no"; then diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index c4d4cd939e..1718a91464 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension mbstring PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, -[ --enable-mbstring Enable multibyte string support]) +[ --enable-mbstring Enable multibyte string support]) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[ ]) diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4 index 075ef06430..8b26ee67da 100644 --- a/ext/mcrypt/config.m4 +++ b/ext/mcrypt/config.m4 @@ -3,7 +3,8 @@ dnl $Id$ dnl PHP_ARG_WITH(mcrypt, for mcrypt support, -[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install directory.]) +[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install + directory.]) if test "$PHP_MCRYPT" != "no"; then for i in /usr/local /usr $PHP_MCRYPT; do diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index 9b3364bb26..6e0709f27d 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension libming PHP_ARG_WITH(ming, whether to include ming support, -[ --with-ming[=DIR] Include ming support]) +[ --with-ming[=DIR] Include ming support]) if test "$PHP_MING" != "no"; then for i in $PHP_MING /usr/local /usr; do diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index 3d9445d23f..07df218739 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -2,8 +2,10 @@ dnl $Source$ dnl $Id$ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, -[ --with-mnogosearch[=DIR] Include mnoGoSearch support. DIR is the mnoGoSearch base - install directory, defaults to /usr/local/mnogosearch.]) +[ --with-mnogosearch[=DIR] + Include mnoGoSearch support. DIR is the mnoGoSearch + base install directory, defaults to + /usr/local/mnogosearch.]) if test "$PHP_MNOGOSEARCH" != "no"; then diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 394d857a21..e9059f97a5 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -22,7 +22,8 @@ AC_DEFUN(AC_OCI8_VERSION,[ ]) PHP_ARG_WITH(oci8, for Oracle-OCI8 support, -[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.]) +[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is + ORACLE_HOME.]) if test "$PHP_OCI8" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 330855955c..515bf50a63 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -210,9 +210,9 @@ if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Empress support) AC_ARG_WITH(empress, [ --with-empress[=DIR] Include Empress support. DIR is the Empress base - install directory, defaults to \$EMPRESSPATH. - From PHP4, this option only supports Empress Version - 8.60 and above], + install directory, defaults to \$EMPRESSPATH. + From PHP4, this option only supports Empress Version + 8.60 and above], [ PHP_WITH_SHARED if test "$withval" != "no"; then @@ -240,10 +240,11 @@ fi if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Empress local access support) AC_ARG_WITH(empress-bcs, -[ --with-empress-bcs[=DIR]Include Empress Local Access support. DIR is the - Empress base install directory, defaults to \$EMPRESSPATH. - From PHP4, this option only supports Empress Version - 8.60 and above], +[ --with-empress-bcs[=DIR] + Include Empress Local Access support. DIR is the + Empress base install directory, defaults to + \$EMPRESSPATH. From PHP4, this option only supports + Empress Version 8.60 and above.], [ PHP_WITH_SHARED if test "$withval" != "no"; then diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index 856204a6ff..66b5e4e2cd 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -22,7 +22,8 @@ AC_DEFUN(AC_ORACLE_VERSION,[ ]) PHP_ARG_WITH(oracle, for Oracle-ORACLE support, -[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is ORACLE_HOME.]) +[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is + ORACLE_HOME.]) if test "$PHP_ORACLE" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4 index d7f5120837..b6d280f541 100644 --- a/ext/zlib/config0.m4 +++ b/ext/zlib/config0.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined, -[ --with-zlib-dir=<DIR>] Define the location of zlib install directory]) +[ --with-zlib-dir[=DIR] Define the location of zlib install directory]) PHP_ARG_WITH(zlib,whether to include ZLIB support, [ --with-zlib[=DIR] Include zlib support (requires zlib >= 1.0.9). |