derick Thu Sep 19 16:14:36 2002 EDT
Modified files:
/php4/ext/mime_magic config.m4
/php4/ext/mbstring config.m4
/php4/ext/hwapi config.m4
/php4/ext/exif config.m4
Log:
- Align configure --help messages
Index: php4/ext/mime_magic/config.m4
diff -u php4/ext/mime_magic/config.m4:1.4 php4/ext/mime_magic/config.m4:1.5
--- php4/ext/mime_magic/config.m4:1.4 Thu Aug 22 15:19:37 2002
+++ php4/ext/mime_magic/config.m4 Thu Sep 19 16:14:24 2002
@@ -1,8 +1,8 @@
-dnl $Id: config.m4,v 1.4 2002/08/22 19:19:37 iliaa Exp $
+dnl $Id: config.m4,v 1.5 2002/09/19 20:14:24 derick Exp $
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)
Index: php4/ext/mbstring/config.m4
diff -u php4/ext/mbstring/config.m4:1.24 php4/ext/mbstring/config.m4:1.25
--- php4/ext/mbstring/config.m4:1.24 Wed Sep 4 14:47:23 2002
+++ php4/ext/mbstring/config.m4 Thu Sep 19 16:14:32 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.24 2002/09/04 18:47:23 sniper Exp $
+dnl $Id: config.m4,v 1.25 2002/09/19 20:14:32 derick Exp $
dnl
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
@@ -35,7 +35,7 @@
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: php4/ext/hwapi/config.m4
diff -u php4/ext/hwapi/config.m4:1.2 php4/ext/hwapi/config.m4:1.3
--- php4/ext/hwapi/config.m4:1.2 Sat Jun 8 20:53:24 2002
+++ php4/ext/hwapi/config.m4 Thu Sep 19 16:14:33 2002
@@ -1,7 +1,7 @@
-dnl $Id: config.m4,v 1.2 2002/06/09 00:53:24 sniper Exp $
+dnl $Id: config.m4,v 1.3 2002/09/19 20:14:33 derick Exp $
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: php4/ext/exif/config.m4
diff -u php4/ext/exif/config.m4:1.7 php4/ext/exif/config.m4:1.8
--- php4/ext/exif/config.m4:1.7 Thu Aug 29 01:36:42 2002
+++ php4/ext/exif/config.m4 Thu Sep 19 16:14:34 2002
@@ -1,9 +1,9 @@
dnl
-dnl $Id: config.m4,v 1.7 2002/08/29 05:36:42 derick Exp $
+dnl $Id: config.m4,v 1.8 2002/09/19 20:14:34 derick Exp $
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])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php