From 39b756961445a0e2db31d56eee17b1e9cc3229e6 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 20 Jan 2005 00:51:41 +0000 Subject: [PATCH] - Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL does it) - configure --help output cleanup for --with-libdir --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index ea135ebc6e..3a078ab002 100644 --- a/configure.in +++ b/configure.in @@ -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, -- 2.50.1