]> granicus.if.org Git - php/commitdiff
Fix indentation of ./configure --help messages.
authorSascha Schumann <sas@php.net>
Sat, 12 May 2001 09:13:42 +0000 (09:13 +0000)
committerSascha Schumann <sas@php.net>
Sat, 12 May 2001 09:13:42 +0000 (09:13 +0000)
ext/ldap/config.m4
ext/mbstring/config.m4
ext/mcrypt/config.m4
ext/ming/config.m4
ext/mnogosearch/config.m4
ext/oci8/config.m4
ext/odbc/config.m4
ext/oracle/config.m4
ext/zlib/config0.m4
sapi/caudium/config.m4
sapi/isapi/config.m4

index 116baef441eb7550d284f26e351c6f4c52dce83f..247e21720f3e2ad5f130f2b107dcdbbc5d44bf6f 100644 (file)
@@ -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
 
index c4d4cd939e12a4adea3b945d3c22c6807ad5ee82..1718a91464be1396007a61db802c338c94e6c4f7 100644 (file)
@@ -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,[ ])
index 075ef06430a5d0a3fb1e62b06c690b3468ee6749..8b26ee67da5a6ce07ca6c76e6ac39deb1813cf61 100644 (file)
@@ -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
index 9b3364bb26289bf9195215fc9d8f2420adc53df5..6e0709f27d6f64c55f7723e6b1357caaaf926438 100644 (file)
@@ -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
index 3d9445d23fb74f720e6ef00d37caa0741f69092f..07df218739076205932863f3f74b5de5302b3004 100644 (file)
@@ -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
   
index 394d857a211b7da8418454702d10c21f776a69ea..e9059f97a59054d7401dfbf3271c3c133fa1526b 100644 (file)
@@ -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])
index 330855955cc26342fde65ad4d0ab5f857eab9c50..515bf50a6338dd833c6f7ac44b7d34399b2b8fa5 100644 (file)
@@ -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
index 856204a6ffb2e6f7ee8b436ff45045c9e243b989..66b5e4e2cd79d915cea9ec202accec95565ca0a0 100644 (file)
@@ -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])
index d7f5120837d79cec0c5c0b4e94c05a3c97915b5a..b6d280f5416ee48a519f49249cdf118f17c85109 100644 (file)
@@ -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).
index ba210cc354f0dfa351e29ee8b35db1d2f53ca348..f7d0550908dff863fa2630ac31bb2053026de08b 100644 (file)
@@ -5,7 +5,7 @@ AC_MSG_CHECKING(for Caudium support)
 AC_ARG_WITH(caudium, 
 [  --with-caudium=DIR      Build PHP as a Pike module for use with Caudium
                           DIR is the Caudium server dir, with the default value
-                                                 /usr/local/caudium/server.],
+                          /usr/local/caudium/server.],
 [
     if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
        if test ! -d $withval ; then
index ceba1b9a1c80b065c53b5ba9ca3f6c058c481015..85fc88059a0658595dd476692244df75ecd245bc 100644 (file)
@@ -3,7 +3,7 @@ dnl ## $Id$ -*- sh -*-
 RESULT=no
 AC_MSG_CHECKING(for Zeus ISAPI support)
 AC_ARG_WITH(isapi,
-[  --with-isapi=DIR         Build PHP as an ISAPI module for use with Zeus.],
+[  --with-isapi=DIR        Build PHP as an ISAPI module for use with Zeus.],
 [
        if test "$withval" = "yes"; then
                ZEUSPATH=/usr/local/zeus # the default