]> granicus.if.org Git - php/commitdiff
fix configure help
authorfoobar <sniper@php.net>
Thu, 10 Nov 2005 08:04:57 +0000 (08:04 +0000)
committerfoobar <sniper@php.net>
Thu, 10 Nov 2005 08:04:57 +0000 (08:04 +0000)
ext/curl/config.m4
ext/pdo_dblib/config.m4
ext/snmp/config.m4
ext/unicode/config.m4

index 94baf6af226db1090f0d94acd89fd0882499fcc7..135211023785cba0ba523df59d97be8317a86503 100644 (file)
@@ -2,12 +2,12 @@ dnl
 dnl $Id$ 
 dnl
 
-PHP_ARG_WITH(curl, for CURL support,
-[  --with-curl[=DIR]       Include CURL support])
+PHP_ARG_WITH(curl, for cURL support,
+[  --with-curl[=DIR]       Include cURL support])
 
 dnl Temporary option while we develop this aspect of the extension
 PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams,
-[  --with-curlwrappers     Use CURL for url streams], no, no)
+[  --with-curlwrappers       cURL: Use cURL for url streams], no, no)
 
 if test "$PHP_CURL" != "no"; then
   if test -r $PHP_CURL/include/curl/easy.h; then
index ff4e03be4bb491814a1e9c54ea43b6d484f4e6d0..ad5f20679ba6f94d725572707422a6c77eadbfd8 100644 (file)
@@ -4,9 +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]    Include PDO_DBLIB-DB support. DIR is the FreeTDS
+                            home directory])
 
 if test "$PHP_PDO_DBLIB" != "no"; then
 
index 5561c7dc706386e16fd5aabca35e70170fd06dae..0797fa60c8b40343b85e4af06219c09220500edd 100644 (file)
@@ -125,7 +125,7 @@ fi
 
 AC_MSG_CHECKING(whether to enable UCD SNMP hack)
 AC_ARG_ENABLE(ucd-snmp-hack,
-[  --enable-ucd-snmp-hack  SNMP: 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)
index 68d28870dc2a3573fdc89a7ae11a6082dabf6de4..1b312bc5a202c3c750dbe04f067e4cb984e6c1ba 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
-[  --disable-unicode        Disable Unicode API support])
+[  --disable-unicode       Disable Unicode API support])
 
 if test "$PHP_UNICODE" != "no"; then
   PHP_SUBST(UNICODE_SHARED_LIBADD)