Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89271 invoked by uid 500); 20 Mar 2002 06:56:35 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89260 invoked by uid 500); 20 Mar 2002 06:56:35 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 20 Mar 2002 06:56:34 -0000 Message-ID: <20020320065634.46693.qmail@icarus.apache.org> From: brianp@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/srclib/pcre configure.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N brianp 02/03/19 22:56:34 Modified: srclib/pcre configure.in Log: Fix for some damage that I did to configure.in while merging the latest version of PCRE Revision Changes Path 1.6 +5 -6 httpd-2.0/srclib/pcre/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/srclib/pcre/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configure.in 20 Mar 2002 06:34:29 -0000 1.5 +++ configure.in 20 Mar 2002 06:56:34 -0000 1.6 @@ -30,7 +30,6 @@ dnl Checks for programs. AC_PROG_CC -AC_PROG_INSTALL AC_PROG_RANLIB dnl Checks for header files. @@ -56,6 +55,8 @@ if test "$enableval" = "no"; then LIBTOOL= LIBSUFFIX=a +fi +) dnl Handle --enable-utf8 @@ -84,14 +85,12 @@ 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_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])