]> granicus.if.org Git - php/commitdiff
Clean up the alignment of configure --help output
authorRasmus Lerdorf <rasmus@php.net>
Mon, 2 Oct 2000 17:36:01 +0000 (17:36 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 2 Oct 2000 17:36:01 +0000 (17:36 +0000)
configure.in
ext/ccvs/config.m4
ext/curl/config.m4
ext/cybercash/config.m4
ext/java/config.m4
ext/pfpro/config.m4
ext/pgsql/config.m4
ext/rpc/java/config.m4
ext/sablot/config.m4
ext/shmop/config.m4
ext/sockets/config.m4

index ce4b237b69e79128c5de3a226da7b9ab0809f54c..3305100e6f8dcd88300dc350c87ab979307af7a2 100644 (file)
@@ -456,7 +456,7 @@ else
 fi
 
 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
-[  --enable-debug         Compile with debugging symbols.], no)
+[  --enable-debug          Compile with debugging symbols.], no)
 
 if test "$PHP_DEBUG" = "yes"; then
   PHP_DEBUG=1
index 44cc23f4265ac458ed73b82c6218567c0c130ad3..aea9e1a8936dc2112f0998166c264f8265e07f21 100644 (file)
@@ -3,8 +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
index 1f804c7b90c7d7e6d7ee39b7b4ff5b5f0d074b07..4ec6fcef3424b07df858b555cca8431cf42d3d8e 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension CURL
 
 PHP_ARG_WITH(curl, for CURL support,
-[  --with-curl[=DIR]        Include CURL support])
+[  --with-curl[=DIR]       Include CURL support])
 
 if test "$PHP_CURL" != "no"; then
   if test -r $PHP_CURL/include/curl/easy.h; then
@@ -31,4 +31,4 @@ if test "$PHP_CURL" != "no"; then
   AC_DEFINE(HAVE_CURL,1,[ ])
 
   PHP_EXTENSION(curl, $ext_shared)
-fi
\ No newline at end of file
+fi
index f48da8256722b13df298e46a16e5b1c88b10e4db..9b50aaf6e531e9b3dc758d6ff4689c740bec533a 100644 (file)
@@ -4,7 +4,7 @@ dnl don't forget to call PHP_EXTENSION(cybercash)
 AC_MSG_CHECKING(for CyberCash support)
 AC_ARG_WITH(cybercash,
 [  --with-cybercash[=DIR]  Include CyberCash support.  DIR is the CyberCash MCK 
-                         install directory.],
+                          install directory.],
 [
   if test "$withval" != "no"; then
       test -f $withval/mckcrypt.h && MCK_DIR="$withval"
index ab5227187a4e1d15620f1d5a31e6d37a22e5d5bd..a0f72e10375668420100b103f58cab42dedde2cf 100644 (file)
@@ -3,9 +3,9 @@
 
 AC_MSG_CHECKING(for Java support)
 AC_ARG_WITH(java,
-[  --with-java[=DIR]     Include Java support. DIR is the base install
-                         directory for the JDK.  This extension can only
-                         be built as a shared dl.],
+[  --with-java[=DIR]       Include Java support. DIR is the base install
+                          directory for the JDK.  This extension can only
+                          be built as a shared dl.],
 [
   if test "$withval" != "no"; then
     JAVA_SHARED="libphp_java.la"
index fcc6ddef102b5ff7799c708bd388b8115be49c36..0d23073a7e9354741575a70ba30132da422b9037 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension pfpro
 
 PHP_ARG_WITH(pfpro, whether to include Verisign Payflow Pro support,
-[  --with-pfpro[=DIR]       Include Verisign Payflow Pro support])
+[  --with-pfpro[=DIR]      Include Verisign Payflow Pro support])
 
 if test "$PHP_PFPRO" != "no"; then
 
index dfe1cea05164a06c0fe6b801ddea84d9530a1b56..99d5bbeb7d6863a3b1b51edfc8a281b953081216 100644 (file)
@@ -5,7 +5,7 @@ AC_DEFUN(PGSQL_INC_CHK,[if test -r $i$1/libpq-fe.h; then PGSQL_DIR=$i; PGSQL_INC
 PHP_ARG_WITH(pgsql,for PostgreSQL support,
 [  --with-pgsql[=DIR]      Include PostgreSQL support.  DIR is the PostgreSQL
                           base install directory, defaults to /usr/local/pgsql.
-                         Set DIR to "shared" to build as a dl, or "shared,DIR" 
+                          Set DIR to "shared" to build as a dl, or "shared,DIR" 
                           to build as a dl and still specify DIR.])
 
 if test "$PHP_PGSQL" != "no"; then
index ab5227187a4e1d15620f1d5a31e6d37a22e5d5bd..a0f72e10375668420100b103f58cab42dedde2cf 100644 (file)
@@ -3,9 +3,9 @@
 
 AC_MSG_CHECKING(for Java support)
 AC_ARG_WITH(java,
-[  --with-java[=DIR]     Include Java support. DIR is the base install
-                         directory for the JDK.  This extension can only
-                         be built as a shared dl.],
+[  --with-java[=DIR]       Include Java support. DIR is the base install
+                          directory for the JDK.  This extension can only
+                          be built as a shared dl.],
 [
   if test "$withval" != "no"; then
     JAVA_SHARED="libphp_java.la"
index 2cd1c63234d483d5ca5f24a62d963d8b4ff44541..fe6cc74ae3c44af69d87c021f3d5807a7249e134 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension Sablot
 
 PHP_ARG_WITH(sablot, for Sablotron XSL support,
-[  --with-sablot[=DIR]        Include Sablotron support])
+[  --with-sablot[=DIR]     Include Sablotron support])
 
 if test "$PHP_SABLOT" != "no"; then
   if test -r $PHP_SABLOT/include/sablot.h; then
index 532256d9a9fd02759d8773db02415d93fef3670f..1a9ca6adade4b915e431a3c974d3cf37e1a6c750 100644 (file)
@@ -1,6 +1,6 @@
 dnl $Id$
 PHP_ARG_ENABLE(shmop, whether to enable shmop support, 
-[  --enable-shmop           Enable shmop support])
+[  --enable-shmop          Enable shmop support])
 
 if test "$PHP_SHMOP" != "no"; then
   AC_DEFINE(HAVE_SHMOP, 1, [ ])
index 4bf7496de83758182e851230fd34d7dcd37b832f..3da9ebbe843bc33d7c2b180d6c2eccae41b80af4 100644 (file)
@@ -10,13 +10,13 @@ dnl If your extension references something external, use with:
 
 dnl PHP_ARG_WITH(sockets, for sockets support,
 dnl Make sure that the comment is aligned:
-dnl [  --with-sockets             Include sockets support])
+dnl [  --with-sockets          Include sockets support])
 
 dnl Otherwise use enable:
 
 PHP_ARG_ENABLE(sockets, whether to enable sockets support,
 dnl Make sure that the comment is aligned:
-[  --enable-sockets           Enable sockets support])
+[  --enable-sockets        Enable sockets support])
 
 if test "$PHP_SOCKETS" != "no"; then
   dnl If you will not be testing anything external, like existence of