]> granicus.if.org Git - php/commitdiff
- Align configure --help messages
authorDerick Rethans <derick@php.net>
Thu, 19 Sep 2002 20:14:35 +0000 (20:14 +0000)
committerDerick Rethans <derick@php.net>
Thu, 19 Sep 2002 20:14:35 +0000 (20:14 +0000)
ext/exif/config.m4
ext/hwapi/config.m4
ext/mbstring/config.m4
ext/mime_magic/config.m4

index c95e6834c8dd19d4aaa56b346d216744d731bc53..a3ba9240df59581b2e0f49702b534173f912c821 100644 (file)
@@ -3,7 +3,7 @@ dnl $Id$
 dnl
 
 PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
-[  --enable-exif          Enable EXIF (metadata from images) support])
+[  --enable-exif           Enable EXIF (metadata from images) support])
 
 if test "$PHP_EXIF" != "no"; then
   AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
index 897f647184f32da02bf2daccce214c27e505955e..af8069fd213d3e78af7dd1f6bf1479def6c5ca50 100644 (file)
@@ -1,7 +1,7 @@
 dnl $Id$
 
 PHP_ARG_WITH(hwapi, for hwapi support,
-[  --with-hwapi[=DIR]    Include official Hyperwave API support])
+[  --with-hwapi[=DIR]      Include official Hyperwave API support])
 
 if test "$PHP_HWAPI" != "no"; then
   if test -r $PHP_HWAPI/include/sdk/api/object.h; then
index e89f715c172da4abe6de0f7159020e3fe380d94c..9e07a5da32ba0a31b76e9169872631687d404f44 100644 (file)
@@ -35,7 +35,7 @@ fi
 
 
 PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[  --disable-mbregex         Disable multibyte regex support], yes, no)
+[  --disable-mbregex       Disable multibyte regex support], yes, no)
 
 if test "$MBREGEX" != "no" ; then
   AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support])
index 567deb56cb051b7100610ec2dd2d32f3101dfc31..183a14013ea3eb595ea0d61d32dc3e3f0e47330d 100644 (file)
@@ -2,7 +2,7 @@ dnl $Id$
 dnl config.m4 for extension mime_magic
 
 PHP_ARG_ENABLE(mime_magic, whether to enable mime_magic support,
-[  --enable-mime_magic           Enable mime_magic support])
+[  --enable-mime_magic     Enable mime_magic support])
 
 if test "$PHP_MIME_MAGIC" = "yes"; then
   dnl PHP_SUBST(MIME_MAGIC_SHARED_LIBADD)