goba            Tue Feb  5 09:34:13 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  WS fixes for --with options help, changed URI to DIR in --with-xsl
  param, as it is used as a DIR actually
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.130 phpdoc/configure.in:1.131
--- phpdoc/configure.in:1.130   Tue Feb  5 09:28:14 2002
+++ phpdoc/configure.in Tue Feb  5 09:34:13 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.130 2002/02/05 14:28:14 goba Exp $
+dnl $Id: configure.in,v 1.131 2002/02/05 14:34:13 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -145,7 +145,7 @@
 dnl use given argument, if any, else search in path 
 
 AC_ARG_WITH(java,
-[  --with-java=PATH         Look for JAVA executable],
+[  --with-java=PATH        Look for JAVA executable],
 [
   if test $withval != "yes"; then
     AC_MSG_CHECKING([for java])
@@ -235,7 +235,7 @@
 AC_MSG_CHECKING(for docbook.dsl)
 
 AC_ARG_WITH(dsssl,
-[  --with-dsssl=[DIR]        Look for DSSSL stylesheets in the specified directory],
+[  --with-dsssl=[DIR]      Look for DSSSL stylesheets in the specified directory],
 [
   if test -f "$withval/html/docbook.dsl" ; then
     DOCBOOK_HTML=$withval/html/docbook.dsl
@@ -286,7 +286,7 @@
 AC_MSG_CHECKING(for docbook.xsl)
 
 AC_ARG_WITH(xsl,
-[  --with-xsl=[URI]          Look for XSL stylesheets at the specified URI],
+[  --with-xsl=[DIR]        Look for XSL stylesheets in the specified DIR],
 [
   if test -f "$dir/html/docbook.xsl"; then
     DOCBOOKXSL_BIGHTML=$withval/html/docbook.xsl
@@ -372,7 +372,7 @@
 
 AC_MSG_CHECKING(for PHP source path)
 AC_ARG_WITH(source,
-[  --with-source=[DIR]       Look at the specified source directory],
+[  --with-source=[DIR]     Look at the specified source directory],
 [
   if test -d "$withval" ; then
     PHP_SOURCE=$withval
@@ -395,7 +395,7 @@
 AC_MSG_CHECKING(for ZendAPI)
 
 AC_ARG_WITH(zendapi,
-[  --with-zendapi=[DIR]      Look for ZendAPI documentation in the specified 
directory],
+[  --with-zendapi=[DIR]    Look for ZendAPI documentation in the specified directory],
 [
   if test -f "$withval/Extending_Zend.xml" ; then
     ZENDAPI=$withval


Reply via email to