]> granicus.if.org Git - php/commitdiff
- Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it)
authorfoobar <sniper@php.net>
Thu, 20 Jan 2005 00:51:41 +0000 (00:51 +0000)
committerfoobar <sniper@php.net>
Thu, 20 Jan 2005 00:51:41 +0000 (00:51 +0000)
- configure --help output cleanup for --with-libdir

configure.in

index ea135ebc6e288f794ef0147b407721a72bde3ba0..3a078ab00269dfbb7068072afd5d412144e75781 100644 (file)
@@ -127,14 +127,13 @@ dnl AC_PROG_CXXCPP
 
 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,