sniper          Wed Jan 19 19:51:42 2005 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  - Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it)
  - configure --help output cleanup for --with-libdir
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.537&r2=1.538&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.537 php-src/configure.in:1.538
--- php-src/configure.in:1.537  Wed Jan 19 12:35:55 2005
+++ php-src/configure.in        Wed Jan 19 19:51:41 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.537 2005/01/19 17:35:55 sniper Exp $ -*- autoconf 
-*-
+dnl ## $Id: configure.in,v 1.538 2005/01/20 00:51:41 sniper Exp $ -*- autoconf 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -127,14 +127,13 @@
 
 dnl Support systems with system libraries in e.g. /usr/lib64
 AC_ARG_WITH(libdir,
-[  --with-libdir=NAME     Look for libraries in .../NAME rather than .../lib],
+[  --with-libdir=NAME      Look for libraries in .../NAME rather than .../lib],
 [PHP_LIBDIR=$withval], [PHP_LIBDIR=lib])
 
 dnl check for -R, etc. switch
 PHP_RUNPATH_SWITCH
 
 PHP_PROG_RE2C
-AC_PROG_RANLIB
 AC_PROG_LN_S
 
 dnl Some vendors force mawk before gawk; mawk is broken so we don't like that,

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

Reply via email to