]> granicus.if.org Git - php/commitdiff
Some white-space changes
authorSascha Schumann <sas@php.net>
Sun, 26 Mar 2000 19:47:28 +0000 (19:47 +0000)
committerSascha Schumann <sas@php.net>
Sun, 26 Mar 2000 19:47:28 +0000 (19:47 +0000)
ext/domxml/config.m4
ext/odbc/config.m4
ext/pdf/config.m4
ext/readline/config.m4
ext/recode/config.m4
sapi/apache/config.m4

index 3bd0b839382b4546ef92467fbac9c45ec9cc334d..02e14c07e121aef3123f83fd2237704ecfbee16e 100644 (file)
@@ -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.],
 [
index 0a1ca18ec55df7717cf7c08ef677801e32f53da8..01406cd37e60589f907d87aea79051965a793459 100644 (file)
@@ -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
index 49e6e88dc55f3caa66eab5abec0cf99e212ec02b..1528b4944e806cccb5393b315d0321de187c9fa4 100644 (file)
@@ -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
index 2cb445b59a95eb52683239f60469e22932d308f7..35e4ab5674cbf18b0db4056ef606600393eabd2e 100644 (file)
@@ -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
index 992a79ef66bd39f53188ae7b16edf00a7b8c756b..41741a426ce650e3919db54899757d4ebaff1f2f 100644 (file)
@@ -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"
index ce067edf4d464d87c2a8fc823549f88bf74d3998..e8dc8dcba5deab633f856586d5685b371accc8c5 100644 (file)
@@ -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