sniper Fri Oct 3 01:25:49 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src configure.in
/TSRM tsrm.m4
/Zend Zend.m4
/php-src/ext/cyrus config.m4
/php-src/ext/dba config.m4
/php-src/ext/filepro config.m4
/php-src/ext/imap config.m4
/php-src/ext/mcve config.m4
/php-src/ext/mime_magic config.m4
/php-src/ext/mnogosearch config.m4
/php-src/ext/oci8 config.m4
/php-src/ext/odbc config.m4
/php-src/ext/oracle config.m4
/php-src/ext/xml config.m4
/php-src/ext/xmlrpc config.m4
/php-src/ext/xslt config.m4
/php-src/sapi/apache2filter config.m4
/php-src/sapi/caudium config.m4
/php-src/sapi/cgi config9.m4
/php-src/sapi/isapi config.m4
/php-src/sapi/pi3web config.m4
/php-src/sapi/servlet config.m4
Log:
MFH: Aligned configure help texts.
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.78 php-src/configure.in:1.396.2.79
--- php-src/configure.in:1.396.2.78 Mon Sep 29 20:35:51 2003
+++ php-src/configure.in Fri Oct 3 01:25:29 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.78 2003/09/30 00:35:51 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.79 2003/10/03 05:25:29 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -860,7 +860,9 @@
dnl Configuring Zend and TSRM.
dnl -------------------------------------------------------------------------
+PHP_HELP_SEPARATOR([Zend:])
PHP_CONFIGURE_PART(Configuring Zend)
+
LIBZEND_BASIC_CHECKS
LIBZEND_DLSYM_CHECK
LIBZEND_OTHER_CHECKS
@@ -884,6 +886,7 @@
ZEND_EXTRA_LIBS="$LIBS"
unset LIBS LDFLAGS
+PHP_HELP_SEPARATOR([TSRM:])
PHP_CONFIGURE_PART(Configuring TSRM)
TSRM_BASIC_CHECKS
if test "$PHP_THREAD_SAFETY" = "yes"; then
@@ -1103,6 +1106,7 @@
dnl Libtool creation
dnl
+PHP_HELP_SEPARATOR([Libtool:])
PHP_CONFIGURE_PART(Configuring libtool)
LDFLAGS="$LDFLAGS $PHP_AIX_LDFLAGS"
Index: TSRM/tsrm.m4
diff -u TSRM/tsrm.m4:1.14 TSRM/tsrm.m4:1.14.2.1
--- TSRM/tsrm.m4:1.14 Sat Oct 5 07:26:17 2002
+++ TSRM/tsrm.m4 Fri Oct 3 01:25:30 2003
@@ -95,14 +95,15 @@
dnl to maintain consistency
AC_ARG_WITH(tsrm-pth,
-[ --with-tsrm-pth[=pth-config] Use GNU Pth.],[
+[ --with-tsrm-pth[=pth-config]
+ Use GNU Pth.],[
TSRM_PTH=$withval
],[
TSRM_PTH=no
])
AC_ARG_WITH(tsrm-st,
-[ --with-tsrm-st],[
+[ --with-tsrm-st Use SGI's State Threads],[
TSRM_ST=$withval
],[
TSRM_ST=no
Index: Zend/Zend.m4
diff -u Zend/Zend.m4:1.35.2.3 Zend/Zend.m4:1.35.2.4
--- Zend/Zend.m4:1.35.2.3 Sun Sep 7 09:50:28 2003
+++ Zend/Zend.m4 Fri Oct 3 01:25:31 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: Zend.m4,v 1.35.2.3 2003/09/07 13:50:28 stas Exp $
+dnl $Id: Zend.m4,v 1.35.2.4 2003/10/03 05:25:31 sniper Exp $
dnl
dnl This file contains Zend specific autoconf functions.
dnl
@@ -121,15 +121,16 @@
AC_DEFUN(LIBZEND_OTHER_CHECKS,[
AC_ARG_ENABLE(experimental-zts,
-[ --enable-experimental-zts This will most likely break your build],[
+[ --enable-experimental-zts
+ This will most likely break your build],[
ZEND_EXPERIMENTAL_ZTS=$enableval
],[
ZEND_EXPERIMENTAL_ZTS=no
])
AC_ARG_ENABLE(inline-optimization,
-[ --disable-inline-optimization If building zend_execute.lo fails, try
- this switch.],[
+[ --disable-inline-optimization
+ If building zend_execute.lo fails, try this switch.],[
ZEND_INLINE_OPTIMIZATION=$enableval
],[
ZEND_INLINE_OPTIMIZATION=yes
Index: php-src/ext/cyrus/config.m4
diff -u php-src/ext/cyrus/config.m4:1.8.2.2 php-src/ext/cyrus/config.m4:1.8.2.3
--- php-src/ext/cyrus/config.m4:1.8.2.2 Tue Dec 10 11:34:48 2002
+++ php-src/ext/cyrus/config.m4 Fri Oct 3 01:25:32 2003
@@ -1,9 +1,9 @@
dnl
-dnl $Id: config.m4,v 1.8.2.2 2002/12/10 16:34:48 sniper Exp $
+dnl $Id: config.m4,v 1.8.2.3 2003/10/03 05:25:32 sniper Exp $
dnl
PHP_ARG_WITH(cyrus, for cyrus imap support,
-[ --with-cyrus[=dir] Include Cyrus IMAP support])
+[ --with-cyrus[=DIR] Include Cyrus IMAP support])
if test "$PHP_CYRUS" != "no"; then
found_cyrus=no
Index: php-src/ext/dba/config.m4
diff -u php-src/ext/dba/config.m4:1.29.2.23 php-src/ext/dba/config.m4:1.29.2.24
--- php-src/ext/dba/config.m4:1.29.2.23 Thu Oct 2 06:48:02 2003
+++ php-src/ext/dba/config.m4 Fri Oct 3 01:25:33 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.29.2.23 2003/10/02 10:48:02 moriyoshi Exp $
+dnl $Id: config.m4,v 1.29.2.24 2003/10/03 05:25:33 sniper Exp $
dnl
dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -393,7 +393,7 @@
])
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
@@ -414,7 +414,7 @@
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
Index: php-src/ext/filepro/config.m4
diff -u php-src/ext/filepro/config.m4:1.6 php-src/ext/filepro/config.m4:1.6.4.1
--- php-src/ext/filepro/config.m4:1.6 Tue Mar 12 11:17:41 2002
+++ php-src/ext/filepro/config.m4 Fri Oct 3 01:25:34 2003
@@ -1,8 +1,6 @@
dnl
-dnl $Id: config.m4,v 1.6 2002/03/12 16:17:41 sas Exp $
+dnl $Id: config.m4,v 1.6.4.1 2003/10/03 05:25:34 sniper Exp $
dnl
-
-AC_ARG_WITH(filepro,[],[enable_filepro=$withval])
PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support,
[ --enable-filepro Enable the bundled read-only filePro support.])
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/imap/config.m4:1.49.2.9 php-src/ext/imap/config.m4:1.49.2.10
--- php-src/ext/imap/config.m4:1.49.2.9 Thu Oct 2 21:13:56 2003
+++ php-src/ext/imap/config.m4 Fri Oct 3 01:25:35 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.49.2.9 2003/10/03 01:13:56 moriyoshi Exp $
+dnl $Id: config.m4,v 1.49.2.10 2003/10/03 05:25:35 sniper Exp $
dnl
AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then
@@ -103,7 +103,7 @@
AC_DEFUN(PHP_IMAP_SSL_CHK, [
AC_ARG_WITH(imap-ssl,
- [ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install
dir.],[
+ [ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install
dir.],[
PHP_IMAP_SSL=$withval
],[
PHP_IMAP_SSL=no
Index: php-src/ext/mcve/config.m4
diff -u php-src/ext/mcve/config.m4:1.2.4.4 php-src/ext/mcve/config.m4:1.2.4.5
--- php-src/ext/mcve/config.m4:1.2.4.4 Sat Aug 30 07:01:44 2003
+++ php-src/ext/mcve/config.m4 Fri Oct 3 01:25:36 2003
@@ -14,7 +14,7 @@
AC_MSG_ERROR([MCVE: OpenSSL check failed. Please check config.log for more
information.])
])
else
- AC_MSG_RESULT([If configure fails, try adding --with-openssl-dir=DIR])
+ AC_MSG_RESULT([If configure fails, try adding --with-openssl-dir=<DIR>])
fi
case "$PHP_MCVE" in
Index: php-src/ext/mime_magic/config.m4
diff -u php-src/ext/mime_magic/config.m4:1.6.2.3
php-src/ext/mime_magic/config.m4:1.6.2.4
--- php-src/ext/mime_magic/config.m4:1.6.2.3 Mon Mar 31 14:49:37 2003
+++ php-src/ext/mime_magic/config.m4 Fri Oct 3 01:25:37 2003
@@ -1,10 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.6.2.3 2003/03/31 19:49:37 moriyoshi Exp $
+dnl $Id: config.m4,v 1.6.2.4 2003/10/03 05:25:37 sniper Exp $
dnl
PHP_ARG_WITH(mime-magic, whether to include mime_magic support,
-[ --with-mime-magic[=FILE] Include mime_magic support. FILE is the optional
- pathname to the magic.mime file.])
+[ --with-mime-magic[=FILE]
+ Include mime_magic support. FILE is the optional
+ pathname to the magic.mime file.])
if test "$PHP_MIME_MAGIC" != "no"; then
Index: php-src/ext/mnogosearch/config.m4
diff -u php-src/ext/mnogosearch/config.m4:1.10
php-src/ext/mnogosearch/config.m4:1.10.4.1
--- php-src/ext/mnogosearch/config.m4:1.10 Tue Mar 12 11:24:53 2002
+++ php-src/ext/mnogosearch/config.m4 Fri Oct 3 01:25:38 2003
@@ -1,13 +1,12 @@
dnl
dnl $Source: /usr/repository/php-src/ext/mnogosearch/config.m4,v $
-dnl $Id: config.m4,v 1.10 2002/03/12 16:24:53 sas Exp $
+dnl $Id: config.m4,v 1.10.4.1 2003/10/03 05:25:38 sniper Exp $
dnl
PHP_ARG_WITH(mnogosearch,for mnoGoSearch support,
[ --with-mnogosearch[=DIR]
Include mnoGoSearch support. DIR is the mnoGoSearch
- base install directory, defaults to
- /usr/local/mnogosearch.])
+ base install directory, defaults to
/usr/local/mnogosearch.])
if test "$PHP_MNOGOSEARCH" != "no"; then
Index: php-src/ext/oci8/config.m4
diff -u php-src/ext/oci8/config.m4:1.37.2.7 php-src/ext/oci8/config.m4:1.37.2.8
--- php-src/ext/oci8/config.m4:1.37.2.7 Tue Jun 3 08:46:47 2003
+++ php-src/ext/oci8/config.m4 Fri Oct 3 01:25:39 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.37.2.7 2003/06/03 12:46:47 edink Exp $
+dnl $Id: config.m4,v 1.37.2.8 2003/10/03 05:25:39 sniper Exp $
dnl
AC_DEFUN(PHP_OCI_IF_DEFINED,[
@@ -42,8 +42,7 @@
])
PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
-[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is
- ORACLE_HOME.])
+[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.])
if test "$PHP_OCI8" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.55.2.6 php-src/ext/odbc/config.m4:1.55.2.7
--- php-src/ext/odbc/config.m4:1.55.2.6 Thu Oct 2 21:13:55 2003
+++ php-src/ext/odbc/config.m4 Fri Oct 3 01:25:40 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.55.2.6 2003/10/03 01:13:55 moriyoshi Exp $
+dnl $Id: config.m4,v 1.55.2.7 2003/10/03 05:25:40 sniper Exp $
dnl
dnl
@@ -212,7 +212,7 @@
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
+[ --with-empress[=DIR] Include Empress support. DIR is the Empress base
install directory, defaults to \$EMPRESSPATH.
From PHP4, this option only supports Empress Version
8.60 and above],
Index: php-src/ext/oracle/config.m4
diff -u php-src/ext/oracle/config.m4:1.29 php-src/ext/oracle/config.m4:1.29.4.1
--- php-src/ext/oracle/config.m4:1.29 Tue Mar 12 11:26:43 2002
+++ php-src/ext/oracle/config.m4 Fri Oct 3 01:25:41 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.29 2002/03/12 16:26:43 sas Exp $
+dnl $Id: config.m4,v 1.29.4.1 2003/10/03 05:25:41 sniper Exp $
dnl
AC_DEFUN(AC_ORACLE_VERSION,[
@@ -26,8 +26,7 @@
])
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])
Index: php-src/ext/xml/config.m4
diff -u php-src/ext/xml/config.m4:1.38.2.1 php-src/ext/xml/config.m4:1.38.2.2
--- php-src/ext/xml/config.m4:1.38.2.1 Mon Jul 21 04:42:48 2003
+++ php-src/ext/xml/config.m4 Fri Oct 3 01:25:42 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.38.2.1 2003/07/21 08:42:48 sniper Exp $
+dnl $Id: config.m4,v 1.38.2.2 2003/10/03 05:25:42 sniper Exp $
dnl
AC_C_BIGENDIAN
@@ -14,7 +14,7 @@
[ --disable-xml Disable XML support using bundled expat lib], yes)
PHP_ARG_WITH(expat-dir, external libexpat install dir,
-[ --with-expat-dir=DIR XML: external libexpat install dir], no, no)
+[ --with-expat-dir=<DIR> XML: external libexpat install dir], no, no)
if test "$PHP_XML" = "yes"; then
AC_DEFINE(HAVE_LIBEXPAT, 1, [ ])
Index: php-src/ext/xmlrpc/config.m4
diff -u php-src/ext/xmlrpc/config.m4:1.18.2.2 php-src/ext/xmlrpc/config.m4:1.18.2.3
--- php-src/ext/xmlrpc/config.m4:1.18.2.2 Tue Sep 30 22:54:07 2003
+++ php-src/ext/xmlrpc/config.m4 Fri Oct 3 01:25:43 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.18.2.2 2003/10/01 02:54:07 sniper Exp $
+dnl $Id: config.m4,v 1.18.2.3 2003/10/03 05:25:43 sniper Exp $
dnl
sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4)
@@ -11,10 +11,10 @@
[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support.])
PHP_ARG_WITH(expat-dir, libexpat dir for XMLRPC-EPI,
-[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.],yes,no)
+[ --with-expat-dir=<DIR> XMLRPC-EPI: libexpat dir for XMLRPC-EPI.],yes,no)
PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI,
-[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI.],yes,no)
+[ --with-iconv-dir=<DIR> XMLRPC-EPI: iconv dir for XMLRPC-EPI.],yes,no)
if test "$PHP_XMLRPC" != "no"; then
Index: php-src/ext/xslt/config.m4
diff -u php-src/ext/xslt/config.m4:1.30.2.5 php-src/ext/xslt/config.m4:1.30.2.6
--- php-src/ext/xslt/config.m4:1.30.2.5 Tue Sep 30 22:54:08 2003
+++ php-src/ext/xslt/config.m4 Fri Oct 3 01:25:43 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.30.2.5 2003/10/01 02:54:08 sniper Exp $
+dnl $Id: config.m4,v 1.30.2.6 2003/10/03 05:25:43 sniper Exp $
dnl
dnl +------------------------------------------------------------------------------+
dnl | This is where the magic of the extension reallly is. Depending on what |
@@ -10,16 +10,16 @@
[ --enable-xslt Enable xslt support.])
PHP_ARG_WITH(xslt-sablot, for XSLT Sablotron backend,
-[ --with-xslt-sablot=DIR XSLT: Enable the sablotron backend.], no, no)
+[ --with-xslt-sablot=<DIR> XSLT: Enable the sablotron backend.], no, no)
PHP_ARG_WITH(expat-dir, for libexpat dir for Sablotron XSL support,
-[ --with-expat-dir=DIR XSLT: libexpat dir for Sablotron.], no, no)
+[ --with-expat-dir=<DIR> XSLT: libexpat dir for Sablotron.], no, no)
PHP_ARG_WITH(iconv-dir, for iconv dir for Sablotron XSL support,
-[ --with-iconv-dir=DIR XSLT: iconv dir for Sablotron.], no, no)
+[ --with-iconv-dir=<DIR> XSLT: iconv dir for Sablotron.], no, no)
PHP_ARG_WITH(sablot-js, for JavaScript for Sablotron XSL support,
-[ --with-sablot-js=DIR XSLT: enable JavaScript support for Sablotron.], no, no)
+[ --with-sablot-js=<DIR> XSLT: enable JavaScript support for Sablotron.], no, no)
if test "$PHP_XSLT" != "no"; then
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.25.2.9
php-src/sapi/apache2filter/config.m4:1.25.2.10
--- php-src/sapi/apache2filter/config.m4:1.25.2.9 Wed Jul 16 01:46:46 2003
+++ php-src/sapi/apache2filter/config.m4 Fri Oct 3 01:25:44 2003
@@ -1,10 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.25.2.9 2003/07/16 05:46:46 sniper Exp $
+dnl $Id: config.m4,v 1.25.2.10 2003/10/03 05:25:44 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 filter-module support via DSO through APXS)
AC_ARG_WITH(apxs2filter,
-[ --with-apxs2filter[=FILE] EXPERIMENTAL: Build shared Apache 2.0 module. FILE is
the optional
+[ --with-apxs2filter[=FILE]
+ EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the
optional
pathname to the Apache apxs tool; defaults to "apxs".],[
if test "$withval" = "yes"; then
APXS=apxs
Index: php-src/sapi/caudium/config.m4
diff -u php-src/sapi/caudium/config.m4:1.11 php-src/sapi/caudium/config.m4:1.11.4.1
--- php-src/sapi/caudium/config.m4:1.11 Thu Mar 7 09:19:50 2002
+++ php-src/sapi/caudium/config.m4 Fri Oct 3 01:25:45 2003
@@ -1,11 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.11 2002/03/07 14:19:50 sas Exp $
+dnl $Id: config.m4,v 1.11.4.1 2003/10/03 05:25:45 sniper Exp $
dnl
RESULT=no
AC_MSG_CHECKING(for Caudium support)
AC_ARG_WITH(caudium,
-[ --with-caudium=DIR Build PHP as a Pike module for use with Caudium
+[ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium
DIR is the Caudium server dir, with the default value
/usr/local/caudium/server.],
[
Index: php-src/sapi/cgi/config9.m4
diff -u php-src/sapi/cgi/config9.m4:1.1.2.10 php-src/sapi/cgi/config9.m4:1.1.2.11
--- php-src/sapi/cgi/config9.m4:1.1.2.10 Mon Sep 8 09:10:34 2003
+++ php-src/sapi/cgi/config9.m4 Fri Oct 3 01:25:46 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config9.m4,v 1.1.2.10 2003/09/08 13:10:34 sniper Exp $
+dnl $Id: config9.m4,v 1.1.2.11 2003/10/03 05:25:46 sniper Exp $
dnl
AC_ARG_ENABLE(cgi,
@@ -12,9 +12,9 @@
AC_ARG_ENABLE(force-cgi-redirect,
[ --enable-force-cgi-redirect
- Enable the security check for internal server
- redirects. You should use this if you are
- running the CGI version with Apache.],
+ Enable the security check for internal server
+ redirects. You should use this if you are
+ running the CGI version with Apache.],
[
PHP_FORCE_CGI_REDIRECT=$enableval
],[
@@ -42,7 +42,8 @@
])
AC_ARG_ENABLE(path-info-check,
-[ --disable-path-info-check If this is disabled, paths such as
+[ --disable-path-info-check
+ If this is disabled, paths such as
/info.php/test?a=b will fail to work.],
[
PHP_ENABLE_PATHINFO_CHECK=$enableval
Index: php-src/sapi/isapi/config.m4
diff -u php-src/sapi/isapi/config.m4:1.14 php-src/sapi/isapi/config.m4:1.14.4.1
--- php-src/sapi/isapi/config.m4:1.14 Thu Mar 7 09:19:52 2002
+++ php-src/sapi/isapi/config.m4 Fri Oct 3 01:25:46 2003
@@ -1,11 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.14 2002/03/07 14:19:52 sas Exp $
+dnl $Id: config.m4,v 1.14.4.1 2003/10/03 05:25:46 sniper Exp $
dnl
RESULT=no
AC_MSG_CHECKING(for Zeus ISAPI support)
AC_ARG_WITH(isapi,
-[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.],
+[ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus.],
[
if test "$withval" = "yes"; then
ZEUSPATH=/usr/local/zeus # the default
Index: php-src/sapi/pi3web/config.m4
diff -u php-src/sapi/pi3web/config.m4:1.8 php-src/sapi/pi3web/config.m4:1.8.2.1
--- php-src/sapi/pi3web/config.m4:1.8 Fri Oct 11 23:10:04 2002
+++ php-src/sapi/pi3web/config.m4 Fri Oct 3 01:25:47 2003
@@ -1,12 +1,12 @@
dnl
-dnl $Id: config.m4,v 1.8 2002/10/12 03:10:04 sniper Exp $
+dnl $Id: config.m4,v 1.8.2.1 2003/10/03 05:25:47 sniper Exp $
dnl
RESULT=no
AC_MSG_CHECKING(for Pi3Web support)
AC_ARG_WITH(pi3web,
-[ --with-pi3web=DIR Build PHP as Pi3Web module],
+[ --with-pi3web[=DIR] Build PHP as Pi3Web module],
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then
Index: php-src/sapi/servlet/config.m4
diff -u php-src/sapi/servlet/config.m4:1.13.4.2 php-src/sapi/servlet/config.m4:1.13.4.3
--- php-src/sapi/servlet/config.m4:1.13.4.2 Thu Oct 2 06:48:15 2003
+++ php-src/sapi/servlet/config.m4 Fri Oct 3 01:25:48 2003
@@ -1,10 +1,10 @@
dnl
-dnl $Id: config.m4,v 1.13.4.2 2003/10/02 10:48:15 moriyoshi Exp $
+dnl $Id: config.m4,v 1.13.4.3 2003/10/03 05:25:48 sniper Exp $
dnl
AC_MSG_CHECKING(for Servlet support)
AC_ARG_WITH(servlet,
-[ --with-servlet[=DIR] Include servlet support. DIR is the base install
+[ --with-servlet[=DIR] Include servlet support. DIR is the base install
directory for the JSDK. This SAPI prereqs the
java extension must be built as a shared dl.],
[
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php