]> granicus.if.org Git - php/commitdiff
Fix indentation of configure output
authorSascha Schumann <sas@php.net>
Wed, 6 Dec 2000 17:34:58 +0000 (17:34 +0000)
committerSascha Schumann <sas@php.net>
Wed, 6 Dec 2000 17:34:58 +0000 (17:34 +0000)
ext/bcmath/config.m4
ext/ccvs/config.m4
ext/ctype/config.m4
ext/domxml/config.m4
ext/fribidi/config.m4
ext/gd/config.m4
ext/gmp/config.m4
ext/qtdom/config.m4
sapi/thttpd/config.m4

index 8289624dc4f4a4c77f6628933b3ff60d0089ad41..ed5677416d674bdb383407fc37a7e061789b2a28 100644 (file)
@@ -1,7 +1,7 @@
 dnl $Id$
 
-PHP_ARG_WITH(bcmath, for bc style precision math functions,
-[  --without-bcmath         Compile without bc style precision math functions. ], yes)
+PHP_ARG_ENABLE(bcmath, for bc style precision math functions,
+[  --enable-bcmath         Enable bc style precision math functions.])
 
 if test "$PHP_BCMATH" != "no"; then
   AC_DEFINE(WITH_BCMATH, 1, [Whether you have bcmath])
index aea9e1a8936dc2112f0998166c264f8265e07f21..ef347ffe9cbe5f9ad0c2e160ee1c68fd1d69e920 100644 (file)
@@ -3,9 +3,8 @@ dnl config.m4 for PHP4 CCVS Extension
 
 AC_MSG_CHECKING(CCVS Support)
 AC_ARG_WITH(ccvs,
-[  --with-ccvs[=DIR]       Compile CCVS support into PHP4. 
-                          Please specify your CCVS base install directory as DIR.
-],
+[  --with-ccvs[=DIR]       Compile CCVS support into PHP4. Please specify your 
+                          CCVS base install directory as DIR.],
 [
   if test "$withval" != "no"; then
      CCVS_DIR="$withval"
index 9bcdcdb2c62732d34ac7e8d257bdd9626e280122..774047b9b9cb18c5ee0e527429355bd9687e4e29 100644 (file)
@@ -14,7 +14,8 @@ dnl [  --with-ctype             Include ctype support])
 
 dnl Otherwise use enable:
 
-PHP_ARG_ENABLE(ctype, whether to enable ctype support,[  --enable-ctype           Enable ctype support])
+PHP_ARG_ENABLE(ctype, whether to enable ctype support,
+[  --enable-ctype          Enable ctype support])
 
 if test "$PHP_CTYPE" != "no"; then
   dnl If you will not be testing anything external, like existence of
index 31aeb9d4d15a3b19b883e0e1c496046e6a3977c1..604f6185b3cab9fadbc5d3a7ab2bfebd67f54dec 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension domxml
 
 PHP_ARG_WITH(dom, for DOM support,
-[  --with-dom[=DIR]       Include DOM support (requires libxml >= 2.0).
+[  --with-dom[=DIR]        Include DOM support (requires libxml >= 2.0).
                           DIR is the libxml install directory,
                           defaults to /usr.])
 
index b05bf395ca3f3ed94e8a943f9653062dc992d9c5..8af1b6a9790a60dcd54f5b04a66c7edaeeab285f 100644 (file)
@@ -5,9 +5,9 @@ dnl don't forget to call PHP_EXTENSION(fribidi)
 
 
 PHP_ARG_WITH(fribidi, whether to add fribidi support,
-[  --with-fribidi[=DIR]             Include fribidi support (requires FriBidi >=0.1.12).
-                                    DIR is the fribidi installation directory - 
-                                    default /usr/local/],"no")
+[  --with-fribidi[=DIR]    Include fribidi support (requires FriBidi >=0.1.12).
+                          DIR is the fribidi installation directory - 
+                          default /usr/local/])
 
 
 
index d2c360967c129064d81547b90d5d046ddb5d204e..78713a917d692babcd5ece5dc218eb6dc24fb82e 100644 (file)
@@ -63,7 +63,7 @@ AC_DEFUN(PHP_GD_CHECK_VERSION,[
 
 AC_MSG_CHECKING(whether to enable truetype string function in gd)
 AC_ARG_ENABLE(gd-native-ttf,
-[  --enable-gd-imgstrttf  Enable TrueType string function in gd],[
+[  --enable-gd-imgstrttf   Enable TrueType string function in gd],[
   if test "$enableval" = "yes" ; then
     AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ])
     AC_MSG_RESULT(yes)
@@ -77,8 +77,7 @@ AC_ARG_ENABLE(gd-native-ttf,
 
 shared=no
 AC_ARG_WITH(gd,
-[  
-  --with-gd[=DIR]         Include GD support (DIR is GD's install dir).
+[  --with-gd[=DIR]         Include GD support (DIR is GD's install dir).
                           Set DIR to "shared" to build as a dl, or 
                           "shared,DIR" to build as a dl and still specify DIR.],
 [
index d7b54e495c0885e9b3f7daf7eb30c864e7d31263..4dea939c99164d0a2b443de97436ddfae0bda091 100644 (file)
@@ -5,7 +5,7 @@ dnl If your extension references something external, use with:
 
 PHP_ARG_WITH(gmp, for gmp support,
 dnl Make sure that the comment is aligned:
-[  --with-gmp        Include gmp support])
+[  --with-gmp              Include gmp support])
 
 if test "$PHP_GMP" != "no"; then
 
index 8ca444b1f5155762d53a26c73e8f252fd0c1c73f..4cb52771fc9304ec3011ed2c54895a65b3d23ce5 100644 (file)
@@ -4,7 +4,7 @@ dnl don't forget to call PHP_EXTENSION(qtdom)
 
 AC_MSG_CHECKING(whether to include QDOM support)
 AC_ARG_WITH(qtdom,
-[  --with-qtdom        Include QtDOM support (requires Qt >= 2.2.0).],
+[  --with-qtdom            Include QtDOM support (requires Qt >= 2.2.0).],
 [
 case "$withval" in
     no)
index d9a11d1dbe1cb27eaf47488e1f6397d51b605acf..d125b8768e8a673d37d8f317cc85df3286e62c63 100644 (file)
@@ -1,5 +1,5 @@
 AC_ARG_WITH(thttpd,
-[  --with-thttpd=SRCDIR],[
+[  --with-thttpd=SRCDIR    Build PHP as thttpd module],[
   test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval))
   AC_EXPAND_PATH($withval, THTTPD)
   INSTALL_IT="\