From 20cd5bdb74b01da1469e4634f72cc9301437dbf8 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Wed, 20 Mar 2002 06:56:34 +0000 Subject: [PATCH] Fix for some damage that I did to configure.in while merging the latest version of PCRE git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94047 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/pcre/configure.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srclib/pcre/configure.in b/srclib/pcre/configure.in index 1be7d66368..061cfb68df 100644 --- a/srclib/pcre/configure.in +++ b/srclib/pcre/configure.in @@ -30,7 +30,6 @@ PCRE_POSIXLIB_VERSION=0:0:0 dnl Checks for programs. AC_PROG_CC -AC_PROG_INSTALL AC_PROG_RANLIB dnl Checks for header files. @@ -56,6 +55,8 @@ AC_ARG_ENABLE(shared, if test "$enableval" = "no"; then LIBTOOL= LIBSUFFIX=a +fi +) dnl Handle --enable-utf8 @@ -84,14 +85,12 @@ if test "$enableval" = "yes"; then fi ) -dnl Now arrange to build libtool - -AC_PROG_LIBTOOL - dnl "Export" these variables AC_SUBST(HAVE_MEMMOVE) AC_SUBST(HAVE_STRERROR) +AC_SUBST(LIBTOOL) +AC_SUBST(LIBSUFFIX) AC_SUBST(NEWLINE) AC_SUBST(UTF8) AC_SUBST(PCRE_MAJOR) @@ -102,4 +101,4 @@ AC_SUBST(PCRE_LIB_VERSION) AC_SUBST(PCRE_POSIXLIB_VERSION) dnl This must be last; it determines what files are written as well as config.h -AC_OUTPUT(Makefile pcre.h:pcre.in pcre-config:pcre-config.in RunTest:RunTest.in,[chmod a+x RunTest pcre-config]) +AC_OUTPUT(Makefile pcre.h:pcre.in pcre-config,[chmod a+x pcre-config]) -- 2.40.0