moriyoshi Thu Oct 2 06:47:13 2003 EDT Modified files: /php-src/ext/dba config.m4 /php-src/sapi/servlet config.m4 Log: Alignment fix Index: php-src/ext/dba/config.m4 diff -u php-src/ext/dba/config.m4:1.54 php-src/ext/dba/config.m4:1.55 --- php-src/ext/dba/config.m4:1.54 Fri Aug 15 14:47:23 2003 +++ php-src/ext/dba/config.m4 Thu Oct 2 06:47:11 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.54 2003/08/15 18:47:23 sniper Exp $ +dnl $Id: config.m4,v 1.55 2003/10/02 10:47:11 moriyoshi 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/sapi/servlet/config.m4 diff -u php-src/sapi/servlet/config.m4:1.14 php-src/sapi/servlet/config.m4:1.15 --- php-src/sapi/servlet/config.m4:1.14 Sun Jan 12 03:01:41 2003 +++ php-src/sapi/servlet/config.m4 Thu Oct 2 06:47:12 2003 @@ -1,10 +1,10 @@ dnl -dnl $Id: config.m4,v 1.14 2003/01/12 08:01:41 sebastian Exp $ +dnl $Id: config.m4,v 1.15 2003/10/02 10:47:12 moriyoshi 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