]> granicus.if.org Git - apache/commitdiff
Fix for some damage that I did to configure.in while merging the
authorBrian Pane <brianp@apache.org>
Wed, 20 Mar 2002 06:56:34 +0000 (06:56 +0000)
committerBrian Pane <brianp@apache.org>
Wed, 20 Mar 2002 06:56:34 +0000 (06:56 +0000)
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

index 1be7d663683067f2dad550c85c540ccb3aefb8b0..061cfb68df99283551cdfc8a764ae7f9b297e9b0 100644 (file)
@@ -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])