]> granicus.if.org Git - php/commitdiff
- Fix some configure --help texts
authorfoobar <sniper@php.net>
Tue, 3 Jul 2007 17:24:39 +0000 (17:24 +0000)
committerfoobar <sniper@php.net>
Tue, 3 Jul 2007 17:24:39 +0000 (17:24 +0000)
23 files changed:
configure.in
ext/dom/config.m4
ext/gd/config.m4
ext/hash/config.m4
ext/interbase/config.m4
ext/json/config.m4
ext/libxml/config0.m4
ext/mime_magic/config.m4
ext/msql/config.m4
ext/mssql/config.m4
ext/mysqli/config.m4
ext/oci8/config.m4
ext/odbc/config.m4
ext/pcre/config0.m4
ext/pdo_dblib/config.m4
ext/pdo_firebird/config.m4
ext/pdo_oci/config.m4
ext/pdo_sqlite/config.m4
ext/sqlite/config.m4
ext/sybase/config.m4
ext/sybase_ct/config.m4
ext/xsl/config.m4
ext/zip/config.m4

index 9210eb94be65da7f2369b90c75989937d8110092..2d906c42d854174d409e74331ac7c2bd44a860c8 100644 (file)
@@ -719,8 +719,7 @@ esac
 
 PHP_ARG_WITH(config-file-path,[path to configuration file],
 [  --with-config-file-path=PATH
-                          Set the path in which to look for php.ini
-                          [PREFIX/lib]], DEFAULT, no)
+                          Set the path in which to look for php.ini [PREFIX/lib]], DEFAULT, no)
 
 if test "$PHP_CONFIG_FILE_PATH" = "DEFAULT"; then
   case $PHP_LAYOUT in
index 4a083e4509fbb8d55c25de5e779eea4d0092c095..7882483b305e4699cd1c3f8167908ecd2b79c0f8 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(dom, whether to enable DOM support,
-[  --disable-dom           Disable new DOM support], yes)
+[  --disable-dom           Disable DOM support], yes)
 
 if test -z "$PHP_LIBXML_DIR"; then
   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
index 1f18ab6ba1c2346227bcc5aa5c64925fb010e5f3..23ecc7ab1f9eb7856d9df141f38a46182a7f1c97 100644 (file)
@@ -7,8 +7,8 @@ dnl Configure options
 dnl 
 
 PHP_ARG_WITH(gd, for GD support,
-[  --with-gd[=FILE]        Include GD support. FILE is the optional pathname to gdlib-config.
-                          If FILE is not set, the bundled GD library will be used])
+[  --with-gd[=FILE]        Include GD support.  FILE is the optional
+                          pathname to gdlib-config [BUNDLED]])
 
 if test -z "$PHP_JPEG_DIR"; then
   PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
index 99c8ed3e13d14a4913345c4557153c106b5561dc..392398729e66742fc15babdc643ff6a9981f3867 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension hash
 
 PHP_ARG_ENABLE(hash, whether to enable hash support,
-[  --disable-hash           Disable hash support], yes)
+[  --disable-hash          Disable hash support], yes)
 
 if test "$PHP_HASH" != "no"; then
   AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension])
index 5f8d66ba8b42ebe9e8ef4582860379308ee4459b..f7265c2bf43600e9e3bb5272c5e708d06c1a7121 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 PHP_ARG_WITH(interbase,for InterBase support,
 [  --with-interbase[=DIR]  Include InterBase support.  DIR is the InterBase base
-                          install directory, defaults to /usr/interbase])
+                          install directory [/usr/interbase]])
 
 if test "$PHP_INTERBASE" != "no"; then
   if test "$PHP_INTERBASE" = "yes"; then
index b5c50cc0e51a905f992fab1160f56764d606e4a8..ade797a12dbff266fb1baa86892b6930b52c2d76 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support,
-[  --disable-json       Disable JavaScript Object Serialization support], yes)
+[  --disable-json          Disable JavaScript Object Serialization support], yes)
 
 if test "$PHP_JSON" != "no"; then
   AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support])
@@ -12,5 +12,3 @@ if test "$PHP_JSON" != "no"; then
   PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
   PHP_SUBST(JSON_SHARED_LIBADD)
 fi
-
-# vim600: sts=2 sw=2 et
index b6ff14edef23acdcdac643823706f2eb3dfb91a1..14f5868493731cb57b131ff5409a75655036a6fe 100644 (file)
@@ -3,11 +3,11 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(libxml, whether to enable LIBXML support,
-[  --disable-libxml        Disable new LIBXML support], yes)
+[  --disable-libxml        Disable LIBXML support], yes)
 
 if test -z "$PHP_LIBXML_DIR"; then
   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
-  [  --with-libxml-dir[=DIR]   libxml2 install prefix], no, no)
+  [  --with-libxml-dir[=DIR]   LIBXML: libxml2 install prefix], no, no)
 fi
 
 if test "$PHP_LIBXML" != "no"; then
index 0e53bc5d56a72bea96a5f52f37ac27c16d4f4744..4189a3a695a0c4a225fcf73e225f6f94ade1d9c4 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 PHP_ARG_WITH(mime-magic, whether to include mime_magic support,
 [  --with-mime-magic[=FILE]  
-                          Include mime_magic support (deprecated)])
+                          Include mime_magic support (DEPRECATED!!)])
 
 if test "$PHP_MIME_MAGIC" != "no"; then
 
index 3842fe4463939d4a85f38eae634b3a884c0bd989..ec75777fe6ba8824e2683e2300de258273cf214b 100644 (file)
@@ -23,7 +23,7 @@ AC_DEFUN([PHP_MSQL_VERSION],[
 
 PHP_ARG_WITH(msql,for mSQL support,
 [  --with-msql[=DIR]       Include mSQL support.  DIR is the mSQL base
-                          install directory, defaults to /usr/local/Hughes])
+                          install directory [/usr/local/Hughes]])
 
   if test "$PHP_MSQL" != "no"; then
     if test "$PHP_MSQL" = "yes"; then
index aa599d77435502b0066454493754d355d945e6f8..36a1feb75b764d0abd15fffc3b509b1e809c094e 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 PHP_ARG_WITH(mssql,for MSSQL support via FreeTDS,
 [  --with-mssql[=DIR]      Include MSSQL-DB support.  DIR is the FreeTDS home
-                          directory, defaults to /usr/local/freetds])
+                          directory [/usr/local/freetds]])
 
 if test "$PHP_MSSQL" != "no"; then
 
index feca0b362642f57a31580e5c34eeab8b1a2b1a7f..5c78193fbb6efe2c158e49c472c32b7b520a4601 100644 (file)
@@ -3,8 +3,8 @@ dnl $Id$
 dnl config.m4 for extension mysqli
 
 PHP_ARG_WITH(mysqli, for MySQLi support,
-[  --with-mysqli[=FILE]    Include MySQLi support. FILE is the optional pathname 
-                          to mysql_config])
+[  --with-mysqli[=FILE]    Include MySQLi support.  FILE is the optional pathname 
+                          to mysql_config [mysql_config]])
 
 PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support,
 [  --enable-embedded-mysqli  MYSQLi: Enable embedded support], no, no)
index 227c08edc5f116490be5fb31c6920ad25ff436f3..f858c4cf7855cf37c69462d64fdceba6d4773e59 100644 (file)
@@ -96,10 +96,9 @@ dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
 dnl or
 dnl --with-oci8=shared,/path/to/oracle/home
 PHP_ARG_WITH(oci8, for Oracle (OCI8) support,
-[  --with-oci8[=DIR]       Include Oracle (OCI8) support. 
-                          The default DIR is ORACLE_HOME.
-                          Use --with-oci8=instantclient,/path/to/oic/lib
-                          to use an Oracle Instant Client installation])
+[  --with-oci8[=DIR]       Include Oracle (OCI8) support. DIR defaults to \$ORACLE_HOME.
+                          Use --with-oci8=instantclient,/path/to/oic/lib 
+                          for an Oracle Instant Client installation])
 
   AC_MSG_CHECKING([PHP version])
 
index 45047d4043ffaa4e0efda8d1c58e8b20ac75804b..25892b03b0c2d8717e53faae0f79c80f9bc42483 100644 (file)
@@ -99,8 +99,7 @@ AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for Adabas support)
 AC_ARG_WITH(adabas,
-[  --with-adabas[=DIR]     Include Adabas D support.  DIR is the Adabas base
-                          install directory [/usr/local]],
+[  --with-adabas[=DIR]     Include Adabas D support [/usr/local]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -132,8 +131,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for SAP DB support)
 AC_ARG_WITH(sapdb,
-[  --with-sapdb[=DIR]      Include SAP DB support.  DIR is SAP DB base
-                          install directory [/usr/local]],
+[  --with-sapdb[=DIR]      Include SAP DB support [/usr/local]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -158,8 +156,7 @@ fi
 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],
+[  --with-solid[=DIR]      Include Solid support [/usr/local/solid]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -190,8 +187,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for IBM DB2 support)
 AC_ARG_WITH(ibm-db2,
-[  --with-ibm-db2[=DIR]    Include IBM DB2 support.  DIR is the DB2 base
-                          install directory, defaults to /home/db2inst1/sqllib],
+[  --with-ibm-db2[=DIR]    Include IBM DB2 support [/home/db2inst1/sqllib]],
 [
   PHP_WITH_SHARED
   if test "$withval" != "no"; then
@@ -234,8 +230,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for ODBCRouter.com support)
 AC_ARG_WITH(ODBCRouter,
-[  --with-ODBCRouter[=DIR] Include ODBCRouter.com support.  DIR is ODBCRouter base
-                          install directory [/usr]],
+[  --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -261,10 +256,8 @@ fi
 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 PHP 4, this option only supports Empress Version
-                          8.60 and above],
+[  --with-empress[=DIR]    Include Empress support [\$EMPRESSPATH]
+                          (Empress Version >= 8.60 required)],
 [
   PHP_WITH_SHARED
   if test "$withval" != "no"; then
@@ -293,9 +286,8 @@ 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. (Empress Version >= 8.60 required)
-                          [\$EMPRESSPATH]],
+                          Include Empress Local Access support [\$EMPRESSPATH]
+                          (Empress Version >= 8.60 required)],
 [
   PHP_WITH_SHARED
   if test "$withval" != "no"; then
@@ -339,8 +331,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for Birdstep support)
 AC_ARG_WITH(birdstep,
-[  --with-birdstep[=DIR]   Include Birdstep support.  DIR is the Birdstep base
-                          install directory [/usr/local/birdstep]],
+[  --with-birdstep[=DIR]   Include Birdstep support [/usr/local/birdstep]],
 [
   PHP_WITH_SHARED
 
@@ -395,15 +386,12 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for a custom ODBC support)
 AC_ARG_WITH(custom-odbc,
-[  --with-custom-odbc[=DIR]      
-                          Include a user defined ODBC support.
-                          The DIR is ODBC install base directory, 
-                          which defaults to /usr/local.
-                          Make sure to define CUSTOM_ODBC_LIBS and
-                          have some odbc.h in your include dirs.
-                          E.g., you should define following for 
-                          Sybase SQL Anywhere 5.5.00 on QNX, prior to
-                          run configure script:
+[  --with-custom-odbc[=DIR]
+                          Include user defined ODBC support. DIR is ODBC install base
+                          directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and
+                          have some odbc.h in your include dirs. f.e. you should define 
+                          following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
+                          running this configure script:
                               CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
                               LDFLAGS=-lunix
                               CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"],
@@ -431,8 +419,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for iODBC support)
 AC_ARG_WITH(iodbc,
-[  --with-iodbc[=DIR]      Include iODBC support.  DIR is the iODBC base
-                          install directory [/usr/local]],
+[  --with-iodbc[=DIR]      Include iODBC support [/usr/local]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -459,8 +446,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support)
 AC_ARG_WITH(esoob,
-[  --with-esoob[=DIR]      Include Easysoft OOB support. DIR is the OOB base
-                          install directory [/usr/local/easysoft/oob/client]],
+[  --with-esoob[=DIR]      Include Easysoft OOB support [/usr/local/easysoft/oob/client]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -486,8 +472,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for unixODBC support)
 AC_ARG_WITH(unixODBC,
-[  --with-unixODBC[=DIR]   Include unixODBC support.  DIR is the unixODBC base
-                          install directory [/usr/local]],
+[  --with-unixODBC[=DIR]   Include unixODBC support [/usr/local]],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
@@ -514,10 +499,7 @@ fi
 if test -z "$ODBC_TYPE"; then
 AC_MSG_CHECKING(for DBMaker support)
 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)],
+[  --with-dbmaker[=DIR]    Include DBMaker support],
 [
   PHP_WITH_SHARED
   if test "$withval" = "yes"; then
index 9943c5c87dc8ea40f646ab77b07f08f4b7a725b0..ebd7850d0baafdc74d3f681e4aa2082561c5b56e 100644 (file)
@@ -6,10 +6,8 @@ dnl By default we'll compile and link against the bundled PCRE library
 dnl if DIR is supplied, we'll use that for linking
 
 PHP_ARG_WITH(pcre-regex,for PCRE support,
-[  --without-pcre-regex    Do not include Perl Compatible Regular Expressions 
-                          support. Use --with-pcre-regex=DIR to specify DIR
-                          where PCRE's include and library files are located,
-                          if not using bundled library.],yes)
+[  --without-pcre-regex    Do not include Perl Compatible Regular Expressions support.
+                          DIR is the PCRE install prefix [BUNDLED]], yes)
 
 if test "$PHP_PCRE_REGEX" != "no"; then
   if test "$PHP_PCRE_REGEX" = "yes"; then
index ad5f20679ba6f94d725572707422a6c77eadbfd8..ac36d050b5eb9123b57c5e31e1b01ae57d91680e 100644 (file)
@@ -4,8 +4,8 @@ dnl
 
 if test "$PHP_PDO" != "no"; then
 PHP_ARG_WITH(pdo-dblib, for PDO_DBLIB support via FreeTDS,
-[  --with-pdo-dblib[=DIR]    Include PDO_DBLIB-DB support. DIR is the FreeTDS
-                            home directory])
+[  --with-pdo-dblib[=DIR]    PDO: DBLIB-DB support.  DIR is the FreeTDS home
+                            directory])
 
 if test "$PHP_PDO_DBLIB" != "no"; then
 
index 90aa1a9e2150e4f5081d86aadedb61e4a911afae..80f24c4da6663dbe1ca7c11546303eb26c38ce8a 100644 (file)
@@ -6,7 +6,7 @@ if test "$PHP_PDO" != "no"; then
 
 PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO,
 [  --with-pdo-firebird[=DIR] PDO: Firebird support.  DIR is the Firebird base
-                            install directory, defaults to /opt/firebird])
+                            install directory [/opt/firebird]])
 
 if test "$PHP_PDO_FIREBIRD" != "no"; then
   if test "$PHP_PDO_FIREBIRD" = "yes"; then
index 2223a440ea27eb996e08c99bf73a6644c2caed7f..24f02249651e953f1a41ddcf8d125b16dcef111e 100755 (executable)
@@ -52,9 +52,10 @@ AC_DEFUN([AC_PDO_OCI_CHECK_LIB_DIR],[
 ])
 
 PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
-[  --with-pdo-oci[=DIR]      PDO: Oracle-OCI support. Default DIR is ORACLE_HOME.
-                            You may also use --with-pdo-oci=instantclient,prefix,version to use
-                            the InstantClient SDK. For Linux with 10.1.0.3 rpms (for example) use:
+[  --with-pdo-oci[=DIR]      PDO: Oracle-OCI support. DIR defaults to \$ORACLE_HOME.
+                            Use --with-pdo-oci=instantclient,prefix,version 
+                            for an Oracle InstantClient SDK. 
+                            For Linux with 10.1.0.3 rpms (for example) use:
                             --with-pdo-oci=instantclient,/usr,10.1.0.3])
 
 if test "$PHP_PDO_OCI" != "no"; then
index a522314cacbd9603995d696cce2b7f41f8103d25..103a8cf34c7968041c35abd6109b551e5b07a50b 100644 (file)
@@ -5,7 +5,10 @@ dnl vim:et:sw=2:ts=2:
 if test "$PHP_PDO" != "no"; then
 
 PHP_ARG_WITH(pdo-sqlite, for sqlite 3 driver for PDO,
-[  --without-pdo-sqlite      PDO: sqlite 3 support],yes)
+[  --without-pdo-sqlite[=DIR]
+                            PDO: sqlite 3 support.  DIR is the sqlite base
+                            install directory [BUNDLED]], yes)
+
 
 if test "$PHP_PDO_SQLITE" != "no"; then
 
index 189a4522d4c03202a5033a3f1d5e8a3d3150d779..e935e7419c50837b56784641b345d4e2cdf1c081 100644 (file)
@@ -3,10 +3,8 @@ dnl config.m4 for extension sqlite
 dnl vim:et:ts=2:sw=2
 
 PHP_ARG_WITH(sqlite, for sqlite support,
-[  --without-sqlite        Do not include sqlite support.
-                          Use --with-sqlite=DIR to specify DIR where
-                          Sqlite include and library files are located,
-                          if not using bundled library.], yes)
+[  --without-sqlite        Do not include sqlite support.  DIR is the sqlite base
+                          install directory [BUNDLED]], yes)
 
 PHP_ARG_ENABLE(sqlite-utf8, whether to disable UTF-8 support in libsqlite (charset changes to ISO-8859-1),
 [  --disable-sqlite-utf8     SQLite: Disable UTF-8 support for SQLite (use ISO8859)], yes, no)
index 882b176018dab21a57e5d7181453676ed23fcdf0..8ccd07c629545f5314f7c0ea3252a16ace409dd2 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 PHP_ARG_WITH(sybase,for Sybase support,
 [  --with-sybase[=DIR]     Include Sybase-DB support.  DIR is the Sybase home
-                          directory, defaults to /home/sybase])
+                          directory [/home/sybase]])
 
 if test "$PHP_SYBASE" != "no"; then
   if test "$PHP_SYBASE" = "yes"; then
index cb133e957b8bf198753139709fe12da249006d1a..00d5b9cc199e975d32279aeeed8b97854f6f0f54 100644 (file)
@@ -4,7 +4,7 @@ dnl
 
 PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
 [  --with-sybase-ct[=DIR]  Include Sybase-CT support.  DIR is the Sybase home
-                          directory. Defaults to /home/sybase])
+                          directory [/home/sybase]])
 
 if test "$PHP_SYBASE_CT" != "no"; then
 
index d1849f74c3384c8c504375f1683723dbbff9ee25..a2b16d24f05cc9acdaa009709a442289af2b8201 100644 (file)
@@ -3,8 +3,8 @@ dnl $Id$
 dnl
 
 PHP_ARG_WITH(xsl, for XSL support,
-[  --with-xsl[=DIR]        Include new XSL support (requires libxslt >= 1.1.0).
-                          DIR is the libxslt install directory])
+[  --with-xsl[=DIR]        Include XSL support.  DIR is the libxslt base
+                          install directory (libxslt >= 1.1.0 required)])
 
 if test "$PHP_XSL" != "no"; then
 
index a520903a165bb7b9971136f8544fd0679ab5b6c1..c5edaa725e29b2ced5deddbc8ce8a6624152aec5 100644 (file)
@@ -3,11 +3,11 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
-[  --enable-zip        Include Zip read/write support.])
+[  --enable-zip            Include Zip read/write support])
 
 if test -z "$PHP_ZLIB_DIR"; then
 PHP_ARG_WITH(zlib-dir, for the location of libz,
-[  --with-zlib-dir[=DIR]   zip: Set the path to libz install prefix.], no, no)
+[  --with-zlib-dir[=DIR]     ZIP: Set the path to libz install prefix], no, no)
 fi
 
 if test "$PHP_ZIP" != "no"; then