sniper          Mon Dec 12 12:20:56 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    configure.in 
  Log:
  MFH: - added missing configure help line
  
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.28&r2=1.579.2.29&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.28 php-src/configure.in:1.579.2.29
--- php-src/configure.in:1.579.2.28     Thu Dec  8 16:00:25 2005
+++ php-src/configure.in        Mon Dec 12 12:20:55 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.28 2005/12/08 16:00:25 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.29 2005/12/12 12:20:55 sniper Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -703,8 +703,9 @@
   esac
 fi
 
-PHP_ARG_WITH(config-file-scan-dir,[directory to be scanned for configuration 
files],
-[  --with-config-file-scan-dir=PATH ], DEFAULT, no) 
+PHP_ARG_WITH(config-file-scan-dir,[where to scan for configuration files], 
+[  --with-config-file-scan-dir=PATH
+                          Set the path where to scan for configuration files], 
DEFAULT, no) 
 if test "$PHP_CONFIG_FILE_SCAN_DIR" = "DEFAULT"; then
   PHP_CONFIG_FILE_SCAN_DIR=
 fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to