didou           Sat Mar 20 11:07:30 2004 EDT

  Modified files:              
    /livedocs   configure.in 
  Log:
  WS
  
http://cvs.php.net/diff.php/livedocs/configure.in?r1=1.18&r2=1.19&ty=u
Index: livedocs/configure.in
diff -u livedocs/configure.in:1.18 livedocs/configure.in:1.19
--- livedocs/configure.in:1.18  Sat Mar 20 04:33:34 2004
+++ livedocs/configure.in       Sat Mar 20 11:07:29 2004
@@ -1,10 +1,10 @@
 ## A configure script
-## $Id: configure.in,v 1.18 2004/03/20 09:33:34 nlopess Exp $
+## $Id: configure.in,v 1.19 2004/03/20 16:07:29 didou Exp $
 
 AC_PREREQ(2.13)
 AC_INIT(livedoc.php)
 
-AC_ARG_WITH(php,[  --with-php[=PATH]              Look for PHP executable needed for 
livedocs scripts],
+AC_ARG_WITH(php,[  --with-php[=PATH]               Look for PHP executable needed for 
livedocs scripts],
 [
   if test $withval != "yes"; then
     AC_MSG_CHECKING([for php])
@@ -47,15 +47,15 @@
   AC_MSG_ERROR([no PHP binary found])
 fi
 
-AC_ARG_WITH(build-log,[  --with-build-log[=FILE]        Log file  
[default=/var/log/livedocs-index]],
+AC_ARG_WITH(build-log,[  --with-build-log[=FILE]         Log file  
[default=/var/log/livedocs-index]],
   [BUILDLOG="$withval"],
   [BUILDLOG="/var/log/livedocs-index"])
 
-AC_ARG_WITH(build-type,[  --with-build-type[=BUILD_TYPE]      Build type 
(phpdoc|peardoc) [default=phpdoc]],
+AC_ARG_WITH(build-type,[  --with-build-type[=BUILD_TYPE]  Build type (phpdoc|peardoc) 
[default=phpdoc]],
   [BUILDTYPE="$withval"],
   [BUILDTYPE="phpdoc"])
 
-AC_ARG_WITH(theme,[  --with-theme[=THEME_NAME]      Theme name [default=default]],
+AC_ARG_WITH(theme,[  --with-theme[=THEME_NAME]       Theme name [default=default]],
   [THEMENAME="$withval"],
   [THEMENAME="default"])
 
@@ -63,18 +63,18 @@
   [PHPDOC="$withval"],
   [PHPDOC="/dat/dev/php/phpdoc-all"])
 
-AC_ARG_WITH(output-dir,[  --with-output-dir[=DIR]        Webroot  
[default=/home/httpd/html/phpman/htdocs]],
+AC_ARG_WITH(output-dir,[  --with-output-dir[=DIR]         Webroot  
[default=/home/httpd/html/phpman/htdocs]],
   [OUTPUTDIR="$withval"],
   [OUTPUTDIR="/home/httpd/html/phpman/htdocs"])
 
 LIVEDOCS=`pwd`
 
-AC_ARG_WITH(languages,[  --with-languages[=en ar...]    Supported languages  
[default=en]],
+AC_ARG_WITH(languages,[  --with-languages[=en ar...]     Supported languages  
[default=en]],
   [LANGUAGES="$withval"],
   [LANGUAGES="en"])
 
 AC_ARG_ENABLE(content-caching,
-  [  --enable-content-caching[=yes] Enable caching  [default=no]],
+  [  --enable-content-caching[=yes]  Enable caching  [default=no]],
 [
 if test "x$enableval" = "xyes" -o "x$enableval" = "x"; then
   FORCE_DYNAMIC=0
@@ -84,11 +84,11 @@
 ],[FORCE_DYNAMIC=1])
 
 
-AC_ARG_WITH(web-base,[  --with-web-base[=DIR]          Relative URL for livedocs 
links  [default=/]],
+AC_ARG_WITH(web-base,[  --with-web-base[=DIR]           Relative URL for livedocs 
links  [default=/]],
   [WEBBASE="$withval"],
   [WEBBASE="/"])
 
-AC_ARG_WITH(build-dir,[  --with-build-dir=DIR         Dir in which to build index 
[default=/tmp]],
+AC_ARG_WITH(build-dir,[  --with-build-dir=DIR            Dir in which to build index 
[default=/tmp]],
   [GENDIR="$withval"],
   [GENDIR="/tmp"])
 

Reply via email to