You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2002/03/20 07:56:34 UTC

cvs commit: httpd-2.0/srclib/pcre configure.in

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])