diff options
| author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
| commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
| tree | 4b378fb473588105450c75e73574b62f62fcffba /ext | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'ext')
53 files changed, 109 insertions, 128 deletions
diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index d5e13e83ef..3a4ad8c3b3 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions, -[ --enable-bcmath Enable bc style precision math functions.]) +[ --enable-bcmath Enable bc style precision math functions]) if test "$PHP_BCMATH" != "no"; then PHP_NEW_EXTENSION(bcmath, bcmath.c \ diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 2590a14e55..a47f32bbf7 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -505,7 +505,7 @@ AC_DEFUN([PHP_DBA_BUILTIN_INI],[ ]) AC_ARG_WITH(inifile, -[ --with-inifile DBA: Include INI support],[ +[ --with-inifile DBA: Include INI support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_INI fi @@ -526,7 +526,7 @@ dnl dnl FlatFile check must be the last one. dnl AC_ARG_WITH(flatfile, -[ --with-flatfile DBA: Include FlatFile support],[ +[ --with-flatfile DBA: Include FlatFile support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_FLATFILE fi diff --git a/ext/dbase/config.m4 b/ext/dbase/config.m4 index d19c24c779..84202b320c 100644 --- a/ext/dbase/config.m4 +++ b/ext/dbase/config.m4 @@ -2,8 +2,6 @@ dnl dnl $Id$ dnl -AC_ARG_WITH(dbase,[],[enable_dbase=$withval]) - PHP_ARG_ENABLE(dbase,whether to enable dbase support, [ --enable-dbase Enable the bundled dbase library]) diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index f07944569b..4a083e4509 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -3,11 +3,11 @@ dnl $Id$ dnl PHP_ARG_ENABLE(dom, whether to enable DOM support, -[ --disable-dom Disable new DOM support.], yes) +[ --disable-dom Disable new DOM support], yes) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix.], no, no) + [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no) fi if test "$PHP_DOM" != "no"; then diff --git a/ext/fbsql/config.m4 b/ext/fbsql/config.m4 index 60707d3269..384c4cd380 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(fbsql, for FrontBase SQL92 (fbsql) support, -[ --with-fbsql[=DIR] Include FrontBase support. DIR is the FrontBase base directory.]) +[ --with-fbsql[=DIR] Include FrontBase support. DIR is the FrontBase base directory]) if test "$PHP_FBSQL" != "no"; then diff --git a/ext/fdf/config.m4 b/ext/fdf/config.m4 index ada0f80e95..14fc261ec3 100644 --- a/ext/fdf/config.m4 +++ b/ext/fdf/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(fdftk, for FDF support, -[ --with-fdftk[=DIR] Include FDF support.]) +[ --with-fdftk[=DIR] Include FDF support]) if test "$PHP_FDFTK" != "no"; then diff --git a/ext/filepro/config.m4 b/ext/filepro/config.m4 index 6222bfba2f..3b8d24f7ab 100644 --- a/ext/filepro/config.m4 +++ b/ext/filepro/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support, -[ --enable-filepro Enable the bundled read-only filePro support.]) +[ --enable-filepro Enable the bundled read-only filePro support]) if test "$PHP_FILEPRO" = "yes"; then AC_DEFINE(HAVE_FILEPRO, 1, [ ]) diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index cd8011df48..28a75386d7 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -8,40 +8,40 @@ dnl PHP_ARG_WITH(gd, for GD support, [ --with-gd[=DIR] Include GD support where DIR is GD install prefix. - If DIR is not set, the bundled GD library will be used.]) + If DIR is not set, the bundled GD library will be used]) if test -z "$PHP_JPEG_DIR"; then PHP_ARG_WITH(jpeg-dir, for the location of libjpeg, - [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix.], no, no) + [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no) fi if test -z "$PHP_PNG_DIR"; then PHP_ARG_WITH(png-dir, for the location of libpng, - [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix.], no, no) + [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix], no, no) fi if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz, - [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix.], no, no) + [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no) fi PHP_ARG_WITH(xpm-dir, for the location of libXpm, -[ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix.], no, no) +[ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no) PHP_ARG_WITH(ttf, for FreeType 1.x support, [ --with-ttf[=DIR] GD: Include FreeType 1.x support], no, no) PHP_ARG_WITH(freetype-dir, for FreeType 2, -[ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix.], no, no) +[ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix], no, no) PHP_ARG_WITH(t1lib, for T1lib support, [ --with-t1lib[=DIR] GD: Include T1lib support. T1lib version >= 5.0.0 required], no, no) PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in GD, -[ --enable-gd-native-ttf GD: Enable TrueType string function.], no, no) +[ --enable-gd-native-ttf GD: Enable TrueType string function], no, no) PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD, -[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support.], no, no) +[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no) dnl dnl Checks for the configure options diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4 index ef9f00d693..02d436c6e7 100644 --- a/ext/gettext/config.m4 +++ b/ext/gettext/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(gettext,for GNU gettext support, -[ --with-gettext[=DIR] Include GNU gettext support.]) +[ --with-gettext[=DIR] Include GNU gettext support]) if test "$PHP_GETTEXT" != "no"; then for i in $PHP_GETTEXT /usr/local /usr; do diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index d9fe3cc6d7..e2782e3265 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -86,13 +86,13 @@ AC_DEFUN([PHP_IMAP_SSL_CHK], [ PHP_ARG_WITH(imap,for IMAP support, -[ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix.]) +[ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix]) PHP_ARG_WITH(kerberos,for IMAP Kerberos support, -[ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix.], no, no) +[ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], no, no) PHP_ARG_WITH(imap-ssl,for IMAP SSL support, -[ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix.], no, no) +[ --with-imap-ssl[=DIR] IMAP: Include SSL support. DIR is the OpenSSL install prefix], no, no) if test "$PHP_IMAP" != "no"; then diff --git a/ext/informix/config.m4 b/ext/informix/config.m4 index 1e892fd908..89d7711596 100644 --- a/ext/informix/config.m4 +++ b/ext/informix/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(informix,for Informix support, [ --with-informix[=DIR] Include Informix support. DIR is the Informix base - install directory, defaults to ${INFORMIXDIR:-nothing}.]) + install directory, defaults to ${INFORMIXDIR:-nothing}]) if test "$PHP_INFORMIX" != "no"; then diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 710b45e911..7f420e3e2d 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -63,10 +63,10 @@ AC_DEFUN([PHP_LDAP_SASL_CHECKS], [ ]) PHP_ARG_WITH(ldap,for LDAP support, -[ --with-ldap[=DIR] Include LDAP support.]) +[ --with-ldap[=DIR] Include LDAP support]) PHP_ARG_WITH(ldap-sasl,for LDAP Cyrus SASL support, -[ --with-ldap-sasl[=DIR] LDAP: Include Cyrus SASL support.], no, no) +[ --with-ldap-sasl[=DIR] LDAP: Include Cyrus SASL support], no, no) if test "$PHP_LDAP" != "no"; then diff --git a/ext/libxml/config0.m4 b/ext/libxml/config0.m4 index 5f23caae08..b6ff14edef 100644 --- a/ext/libxml/config0.m4 +++ b/ext/libxml/config0.m4 @@ -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 new 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] libxml2 install prefix], no, no) fi if test "$PHP_LIBXML" != "no"; then diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4 index c93e040bca..5dc218ed08 100644 --- a/ext/mcrypt/config.m4 +++ b/ext/mcrypt/config.m4 @@ -21,7 +21,7 @@ AC_DEFUN([PHP_MCRYPT_CHECK_VERSION],[ PHP_ARG_WITH(mcrypt, for mcrypt support, -[ --with-mcrypt[=DIR] Include mcrypt support.]) +[ --with-mcrypt[=DIR] Include mcrypt support]) if test "$PHP_MCRYPT" != "no"; then for i in $PHP_MCRYPT /usr/local /usr; do diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index ae7b936c6a..df12f51d3b 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -4,12 +4,9 @@ PHP_ARG_WITH(mcve, for MCVE support, [ --with-mcve[=DIR] Include MCVE support. libmcve >= 3.2.2 or libmonetra >= 4.0 required]) PHP_ARG_WITH(openssl-dir,OpenSSL dir for MCVE, -[ --with-openssl-dir[=DIR] MCVE: openssl install prefix.], no, no) +[ --with-openssl-dir[=DIR] MCVE: openssl install prefix], no, no) if test "$PHP_MCVE" != "no"; then - dnl determine egrep command for AC_EGREP_CPP below - AC_CHECK_PROG(EGREP, egrep, grep -E) - AC_SUBST(EGREP) if test "$PHP_OPENSSL_DIR" != "no"; then PHP_OPENSSL=$PHP_OPENSSL_DIR diff --git a/ext/mhash/config.m4 b/ext/mhash/config.m4 index 6b93decbcb..e4efbc055a 100644 --- a/ext/mhash/config.m4 +++ b/ext/mhash/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(mhash, for mhash support, -[ --with-mhash[=DIR] Include mhash support.]) +[ --with-mhash[=DIR] Include mhash support]) if test "$PHP_MHASH" != "no"; then for i in $PHP_MHASH /usr/local /usr /opt/mhash; do diff --git a/ext/msql/config.m4 b/ext/msql/config.m4 index f9a13d3758..3842fe4463 100644 --- a/ext/msql/config.m4 +++ b/ext/msql/config.m4 @@ -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, defaults to /usr/local/Hughes]) if test "$PHP_MSQL" != "no"; then if test "$PHP_MSQL" = "yes"; then diff --git a/ext/mssql/config.m4 b/ext/mssql/config.m4 index e712f9f709..13b38d958f 100644 --- a/ext/mssql/config.m4 +++ b/ext/mssql/config.m4 @@ -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, defaults to /usr/local/freetds]) if test "$PHP_MSSQL" != "no"; then diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index aec07a6784..e6815aa0fb 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -40,15 +40,15 @@ AC_DEFUN([PHP_MYSQL_SOCKET_SEARCH], [ PHP_ARG_WITH(mysql, for MySQL support, -[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.]) +[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory]) PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket, [ --with-mysql-sock[=DIR] MySQL: Location of the MySQL unix socket pointer. - If unspecified, the default locations are searched.], no, no) + If unspecified, the default locations are searched], no, no) if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz, - [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix.], no, no) + [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no) fi @@ -80,7 +80,7 @@ if test "$PHP_MYSQL" != "no"; then if test -z "$MYSQL_DIR"; then AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL. -Note that the MySQL client library is not bundled anymore.]) +Note that the MySQL client library is not bundled anymore!]) fi for i in $PHP_LIBDIR $PHP_LIBDIR/mysql; do @@ -89,7 +89,7 @@ Note that the MySQL client library is not bundled anymore.]) if test -z "$MYSQL_LIB_DIR"; then AC_MSG_ERROR([Cannot find libmysqlclient under $MYSQL_DIR. -Note that the MySQL client library is not bundled anymore.]) +Note that the MySQL client library is not bundled anymore!]) fi PHP_CHECK_LIBRARY(mysqlclient, mysql_close, [ ], diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index 545f610007..f22d198d3a 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -4,10 +4,10 @@ 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.]) + to mysql_config]) PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support, -[ --enable-embedded-mysqli MYSQLi: Enable embedded support.], no, no) +[ --enable-embedded-mysqli MYSQLi: Enable embedded support], no, no) if test "$PHP_MYSQLI" != "no"; then diff --git a/ext/ncurses/config.m4 b/ext/ncurses/config.m4 index 57b29a768a..60241039c5 100644 --- a/ext/ncurses/config.m4 +++ b/ext/ncurses/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(ncurses, for ncurses support, -[ --with-ncurses[=DIR] Include ncurses support (CLI/CGI only).]) +[ --with-ncurses[=DIR] Include ncurses support (CLI/CGI only)]) if test "$PHP_NCURSES" != "no"; then diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 4c0de1cfa5..54342dc32f 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -87,7 +87,7 @@ if test "$PHP_OCI8" = "no"; then Oracle Instant Client. DIR is the directory with the Instant Client libraries. On Linux it will default to /usr/lib/oracle/<most_recent_version>/client/lib - Other platforms will need to have it explicitly specified.]) + Other platforms will need to have it explicitly specified]) else PHP_OCI8_INSTANT_CLIENT="no"; fi diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 0c1ee03dfb..7356ed35b3 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -93,7 +93,7 @@ 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, defaults to /usr/local.], + install directory [/usr/local]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -125,7 +125,7 @@ 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, defaults to /usr/local.], + install directory [/usr/local]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -228,8 +228,8 @@ 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, defaults to /usr.], +[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support. DIR is ODBCRouter base + install directory [/usr]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -288,9 +288,8 @@ 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 PHP 4, this option only supports - Empress Version 8.60 and above.], + Empress base install directory. (Empress Version >= 8.60 required) + [\$EMPRESSPATH]], [ PHP_WITH_SHARED if test "$withval" != "no"; then @@ -335,7 +334,7 @@ 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, defaults to /usr/local/birdstep.], + install directory [/usr/local/birdstep]], [ PHP_WITH_SHARED @@ -427,7 +426,7 @@ 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, defaults to /usr/local.], + install directory [/usr/local]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -455,8 +454,7 @@ 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, - defaults to /usr/local/easysoft/oob/client.], + install directory [/usr/local/easysoft/oob/client]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -483,7 +481,7 @@ 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, defaults to /usr/local.], + install directory [/usr/local]], [ PHP_WITH_SHARED if test "$withval" = "yes"; then @@ -512,7 +510,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)], [ PHP_WITH_SHARED if test "$withval" = "yes"; then diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index 96895b4408..faf0216f07 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -26,7 +26,7 @@ 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]) diff --git a/ext/ovrimos/config.m4 b/ext/ovrimos/config.m4 index e22148ea12..15c7b08e84 100644 --- a/ext/ovrimos/config.m4 +++ b/ext/ovrimos/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(ovrimos, for Ovrimos SQL Server support, [ --with-ovrimos[=DIR] Include Ovrimos SQL Server support. DIR is the - Ovrimos libsqlcli install directory.]) + Ovrimos libsqlcli install directory]) if test "$PHP_OVRIMOS" != "no"; then for i in $PHP_OVRIMOS /usr/local /usr; do diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 1fd123d6c9..3917d80a5e 100755 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -28,7 +28,7 @@ Once you've upgraded, please re-try your PDO install. ]) PHP_ARG_ENABLE(pdo, whether to enable PDO support, -[ --enable-pdo=yes Enable PHP Data Objects support (recommended)], yes) +[ --disable-pdo Disable PHP Data Objects support], yes) if test "$PHP_PDO" != "no"; then diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4 index 31e79c5e24..f967245cee 100644 --- a/ext/pdo_firebird/config.m4 +++ b/ext/pdo_firebird/config.m4 @@ -5,8 +5,8 @@ dnl if test "$PHP_PDO" != "no"; then PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO, -[ --with-pdo-firebird[=DIR] Include Firebird support for PDO. DIR is the Firebird base - install directory, defaults to /opt/firebird]) +[ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base + install directory, defaults to /opt/firebird]) if test "$PHP_PDO_FIREBIRD" != "no"; then if test "$PHP_PDO_FIREBIRD" = "yes"; then diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 7f12588c07..4462233b2b 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -15,7 +15,7 @@ AC_DEFUN([PDO_MYSQL_LIB_CHK], [ ]) PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO, -[ --with-pdo-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.]) +[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory]) if test "$PHP_PDO_MYSQL" != "no"; then AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL]) @@ -40,7 +40,7 @@ if test "$PHP_PDO_MYSQL" != "no"; then if test -z "$PDO_MYSQL_DIR"; then AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL. -Note that the MySQL client library is not bundled anymore.]) +Note that the MySQL client library is not bundled anymore!]) fi if test -x $PDO_MYSQL_CONFIG; then diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index aaef5d6d57..c0fdb2b636 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -28,12 +28,10 @@ AC_DEFUN([AC_PDO_OCI_VERSION],[ ]) PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO, -[ - --with-pdo-oci[=DIR] Include 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=instantclient,/usr,10.1.0.3 -]) +[ --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=instantclient,/usr,10.1.0.3]) if test "$PHP_PDO_OCI" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4 index c7bb43e5df..db7824a795 100755 --- a/ext/pdo_odbc/config.m4 +++ b/ext/pdo_odbc/config.m4 @@ -4,27 +4,22 @@ dnl vim:et:sw=2:ts=2: if test "$PHP_PDO" != "no"; then -AC_DEFUN([PDO_ODBC_HELP_TEXT], [[ - --with-pdo-odbc=flavour,dir Add support for "flavour" ODBC drivers, - looking for include and lib dirs under "dir" - - flavour can be one of: - ibm-db2, unixODBC, generic - - You may omit the ,dir part to use a reasonable default for - the flavour you have selected. e.g.: - --with-pdo-odbc=unixODBC - will check for unixODBC under /usr/local - - You may attempt to use an otherwise unsupported driver using - the generic flavour. The syntax for generic ODBC support is: - --with-pdo-odbc=generic,dir,ldflags,cflags - - This extension will always be created as a shared extension - named pdo_odbc.so -]]) - -PHP_ARG_WITH(pdo-odbc, ODBC v3 driver for PDO, PDO_ODBC_HELP_TEXT) +define([PDO_ODBC_HELP_TEXT],[[ + include and lib dirs are looked under 'dir'. + 'flavour' can be one of: ibm-db2, unixODBC, generic + If ',dir' part is omitted, default for the flavour + you have selected will used. e.g.: + --with-pdo-odbc=unixODBC + will check for unixODBC under /usr/local. You may attempt + to use an otherwise unsupported driver using the \"generic\" + flavour. The syntax for generic ODBC support is: + --with-pdo-odbc=generic,dir,ldflags,cflags + This extension will always be created as a shared extension + named pdo_odbc.so]]) + +PHP_ARG_WITH(pdo-odbc, for ODBC v3 support for PDO, +[ --with-pdo-odbc=flavour,dir + PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT) AC_DEFUN([PDO_ODBC_CHECK_HEADER],[ if test -f $PDO_ODBC_INCDIR/$1 ; then @@ -33,7 +28,7 @@ AC_DEFUN([PDO_ODBC_CHECK_HEADER],[ ]) if test "$PHP_PDO_ODBC" != "no"; then - AC_MSG_CHECKING(which ODBC flavour you want) + AC_MSG_CHECKING([for selected PDO ODBC flavour]) pdo_odbc_flavour=`echo $withval | cut -d, -f1` pdo_odbc_dir=`echo $withval | cut -d, -f2` @@ -68,9 +63,7 @@ if test "$PHP_PDO_ODBC" != "no"; then ;; *) - AC_MSG_ERROR(Unknown ODBC flavour $pdo_odbc_flavour -PDO_ODBC_HELP_TEXT -) + AC_MSG_ERROR([Unknown ODBC flavour $pdo_odbc_flavour]PDO_ODBC_HELP_TEXT) ;; esac diff --git a/ext/pdo_pgsql/config.m4 b/ext/pdo_pgsql/config.m4 index d21bb7cbde..0d9955f640 100644 --- a/ext/pdo_pgsql/config.m4 +++ b/ext/pdo_pgsql/config.m4 @@ -8,9 +8,8 @@ AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ ]) PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO, -[ --with-pdo-pgsql[=DIR] Include PDO PostgreSQL support. DIR - is the PostgreSQL base install directory - or the path to pg_config.]) +[ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base + install directory or the path to pg_config]) if test "$PHP_PDO_PGSQL" != "no"; then PHP_EXPAND_PATH($PGSQL_INCLUDE, PGSQL_INCLUDE) diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index 5a84ae52cd..fc3642438d 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -5,7 +5,7 @@ dnl vim:et:sw=2:ts=2: if test "$PHP_PDO" != "no"; then PHP_ARG_WITH(pdo-sqlite, for sqlite 3 driver for PDO, -[ --with-pdo-sqlite Include PDO sqlite 3 support],yes) +[ --without-pdo-sqlite PDO: sqlite 3 support],yes) if test "$PHP_PDO_SQLITE" != "no"; then diff --git a/ext/pfpro/config.m4 b/ext/pfpro/config.m4 index b18abd3ab5..0f0eb9f398 100644 --- a/ext/pfpro/config.m4 +++ b/ext/pfpro/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(pfpro, for 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 PFPRO_LIB=libpfpro.so diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index f2b56aa628..c635a2d7e5 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -7,7 +7,7 @@ AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ PHP_ARG_WITH(pgsql,for PostgreSQL support, [ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL - base install directory or the path to pg_config.]) + base install directory or the path to pg_config]) if test "$PHP_PGSQL" != "no"; then PHP_EXPAND_PATH($PGSQL_INCLUDE, PGSQL_INCLUDE) diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 3ed404237c..67e5b27605 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(pspell,for PSPELL support, [ --with-pspell[=DIR] Include PSPELL support. - GNU Aspell version 0.50.0 or higher required.]) + GNU Aspell version 0.50.0 or higher required]) if test "$PHP_PSPELL" != "no"; then PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared) diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index 7bcfdca8e9..818eb27722 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -3,10 +3,10 @@ dnl $Id$ dnl PHP_ARG_WITH(libedit,for libedit readline replacement, -[ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only).]) +[ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) PHP_ARG_WITH(readline,for readline support, -[ --with-readline[=DIR] Include readline support (CLI/CGI only).]) +[ --with-readline[=DIR] Include readline support (CLI/CGI only)]) if test "$PHP_READLINE" != "no"; then for i in $PHP_READLINE /usr/local /usr; do diff --git a/ext/recode/config.m4 b/ext/recode/config.m4 index fbdade3d9f..8df4cfc41a 100644 --- a/ext/recode/config.m4 +++ b/ext/recode/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(recode,for recode support, -[ --with-recode[=DIR] Include recode support.]) +[ --with-recode[=DIR] Include recode support]) if test "$PHP_RECODE" != "no"; then RECODE_LIST="$PHP_RECODE /usr/local /usr /opt" diff --git a/ext/session/config.m4 b/ext/session/config.m4 index 1f2dbc58c6..93df332b40 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -6,7 +6,7 @@ PHP_ARG_ENABLE(session, whether to enable PHP sessions, [ --disable-session Disable session support], yes) PHP_ARG_WITH(mm,for mm support, -[ --with-mm[=DIR] Include mm support for session storage], no, no) +[ --with-mm[=DIR] SESSION: Include mm support for session storage], no, no) if test "$PHP_SESSION" != "no"; then PHP_PWRITE_TEST diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4 index 455bc31cac..5561c7dc70 100644 --- a/ext/snmp/config.m4 +++ b/ext/snmp/config.m4 @@ -3,10 +3,10 @@ dnl $Id$ dnl PHP_ARG_WITH(snmp,for SNMP support, -[ --with-snmp[=DIR] Include SNMP support.]) +[ --with-snmp[=DIR] Include SNMP support]) PHP_ARG_WITH(openssl-dir,OpenSSL dir for SNMP, -[ --with-openssl-dir[=DIR] SNMP: openssl install prefix.], no, no) +[ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no) if test "$PHP_SNMP" != "no"; then @@ -123,10 +123,9 @@ if test "$PHP_SNMP" != "no"; then PHP_SUBST(SNMP_SHARED_LIBADD) fi - AC_MSG_CHECKING(whether to enable UCD SNMP hack) AC_ARG_ENABLE(ucd-snmp-hack, -[ --enable-ucd-snmp-hack Enable UCD SNMP hack],[ +[ --enable-ucd-snmp-hack SNMP: Enable UCD SNMP hack],[ if test "$enableval" = "yes" ; then AC_DEFINE(UCD_SNMP_HACK, 1, [ ]) AC_MSG_RESULT(yes) diff --git a/ext/soap/config.m4 b/ext/soap/config.m4 index d4c1a0da9c..8acad8dee3 100644 --- a/ext/soap/config.m4 +++ b/ext/soap/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension soap PHP_ARG_ENABLE(soap, whether to enable SOAP support, -[ --enable-soap Include SOAP support.]) +[ --enable-soap Enable SOAP support]) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index f457f07136..495512257e 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -3,13 +3,13 @@ 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. +[ --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) PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default: ISO-8859-1), -[ --enable-sqlite-utf8 Enable UTF-8 support for SQLite], no, no) +[ --enable-sqlite-utf8 SQLite: Enable UTF-8 support for SQLite], no, no) if test "$PHP_SQLITE" != "no"; then if test "$PHP_PDO" != "no"; then diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index d3ddab64c9..f3ad2ba851 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -216,7 +216,7 @@ AC_FLUSH_IO divert(5)dnl AC_ARG_WITH(regex, -[ --with-regex=TYPE regex library type: system, apache, php. Default: php +[ --with-regex=TYPE regex library type: system, apache, php. [TYPE=php] WARNING: Do NOT use unless you know what you are doing!], [ case $withval in diff --git a/ext/sybase/config.m4 b/ext/sybase/config.m4 index 5d0c25f73f..fcd04c4e41 100644 --- a/ext/sybase/config.m4 +++ b/ext/sybase/config.m4 @@ -4,8 +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, defaults to /home/sybase]) if test "$PHP_SYBASE" != "no"; then if test "$PHP_SYBASE" = "yes"; then diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4 index d4ed5f70ac..cb133e957b 100644 --- a/ext/sybase_ct/config.m4 +++ b/ext/sybase_ct/config.m4 @@ -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. Defaults to /home/sybase]) if test "$PHP_SYBASE_CT" != "no"; then diff --git a/ext/sysvsem/config.m4 b/ext/sysvsem/config.m4 index 0b635d6dde..bfb5d92f4e 100644 --- a/ext/sysvsem/config.m4 +++ b/ext/sysvsem/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(sysvsem,whether to enable System V semaphore support, -[ --enable-sysvsem Enable System V semaphore support.]) +[ --enable-sysvsem Enable System V semaphore support]) if test "$PHP_SYSVSEM" != "no"; then PHP_NEW_EXTENSION(sysvsem, sysvsem.c, $ext_shared) diff --git a/ext/sysvshm/config.m4 b/ext/sysvshm/config.m4 index 671d050463..3827f59541 100644 --- a/ext/sysvshm/config.m4 +++ b/ext/sysvshm/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support, -[ --enable-sysvshm Enable the System V shared memory support.]) +[ --enable-sysvshm Enable the System V shared memory support]) if test "$PHP_SYSVSHM" != "no"; then AC_DEFINE(HAVE_SYSVSHM, 1, [ ]) diff --git a/ext/tidy/config.m4 b/ext/tidy/config.m4 index aec1ee3fff..8f83238402 100644 --- a/ext/tidy/config.m4 +++ b/ext/tidy/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(tidy,for TIDY support, -[ --with-tidy[=DIR] Include TIDY support]) +[ --with-tidy[=DIR] Include TIDY support]) if test "$PHP_TIDY" != "no"; then diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4 index 856af34f52..25f366e958 100644 --- a/ext/wddx/config.m4 +++ b/ext/wddx/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(wddx,whether to enable WDDX support, -[ --enable-wddx Enable WDDX support.]) +[ --enable-wddx Enable WDDX support]) if test "$PHP_WDDX" != "no"; then if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index b681f4dce0..1c69b8301a 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(xml,whether to enable XML support, -[ --disable-xml Disable XML support.], yes) +[ --disable-xml Disable XML support], yes) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, diff --git a/ext/xmlreader/config.m4 b/ext/xmlreader/config.m4 index 178afe7dff..42ee0c411a 100644 --- a/ext/xmlreader/config.m4 +++ b/ext/xmlreader/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(xmlreader, for XMLReader support, -[ --with-xmlreader Include XMLReader support.]) +[ --with-xmlreader Include XMLReader support]) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 78e0c79880..74ec5e4bb6 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -8,7 +8,7 @@ sinclude(libxmlrpc/acinclude.m4) sinclude(libxmlrpc/xmlrpc.m4) PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support, -[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support.]) +[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support]) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, @@ -16,10 +16,10 @@ if test -z "$PHP_LIBXML_DIR"; then fi PHP_ARG_WITH(expat-dir, libexpat dir for XMLRPC-EPI, -[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI. (deprecated)],no,no) +[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no) PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI, -[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI.],no,no) +[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no) if test "$PHP_XMLRPC" != "no"; then diff --git a/ext/xsl/config.m4 b/ext/xsl/config.m4 index abb6df2686..08a11f29db 100644 --- a/ext/xsl/config.m4 +++ b/ext/xsl/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(xsl, for XSL support, [ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.0.18). - DIR is the libxslt install directory.]) + DIR is the libxslt install directory]) if test "$PHP_XSL" != "no"; then diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4 index bc87e5fb79..e083a2285c 100644 --- a/ext/zlib/config0.m4 +++ b/ext/zlib/config0.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_WITH(zlib,for ZLIB support, -[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9).]) +[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9)]) 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], no, no) |
