--- code/trunk/configure.in 2007/02/24 21:41:08 84 +++ code/trunk/configure.in 2007/02/24 21:41:13 85 @@ -15,10 +15,10 @@ AC_PREREQ(2.57) -dnl Arrange to build config.h from config.in. Note that pcre.h is +dnl Arrange to build config.h from config.h.in. Note that pcre.h is dnl built differently, as it is just a "substitution" file. dnl Manual says this macro should come right after AC_INIT. -AC_CONFIG_HEADER(config.h:config.in) +AC_CONFIG_HEADER(config.h) dnl Provide the current PCRE version information. Do not use numbers dnl with leading zeros for the minor version, as they end up in a C @@ -27,8 +27,8 @@ dnl that many releases anyway. PCRE_MAJOR=6 -PCRE_MINOR=3 -PCRE_DATE=15-Aug-2005 +PCRE_MINOR=4 +PCRE_DATE=05-Sep-2005 PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} dnl Default values for miscellaneous macros @@ -287,4 +287,4 @@ fi 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 libpcre.pc:libpcre.pc.in pcrecpp.h:pcrecpp.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config]) +AC_OUTPUT(Makefile pcre.h:pcre.h.in pcre-config:pcre-config.in libpcre.pc:libpcre.pc.in pcrecpp.h:pcrecpp.h.in pcre_stringpiece.h:pcre_stringpiece.h.in RunGrepTest:RunGrepTest.in RunTest:RunTest.in,[chmod a+x RunTest RunGrepTest pcre-config])