latest version of PCRE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94047
13f79535-47bb-0310-9956-
ffa450edef68
dnl Checks for programs.
AC_PROG_CC
-AC_PROG_INSTALL
AC_PROG_RANLIB
dnl Checks for header files.
if test "$enableval" = "no"; then
LIBTOOL=
LIBSUFFIX=a
+fi
+)
dnl Handle --enable-utf8
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)
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])