| 15 |
|
|
| 16 |
AC_PREREQ(2.57) |
AC_PREREQ(2.57) |
| 17 |
|
|
| 18 |
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 |
| 19 |
dnl built differently, as it is just a "substitution" file. |
dnl built differently, as it is just a "substitution" file. |
| 20 |
dnl Manual says this macro should come right after AC_INIT. |
dnl Manual says this macro should come right after AC_INIT. |
| 21 |
AC_CONFIG_HEADER(config.h:config.in) |
AC_CONFIG_HEADER(config.h) |
| 22 |
|
|
| 23 |
dnl Provide the current PCRE version information. Do not use numbers |
dnl Provide the current PCRE version information. Do not use numbers |
| 24 |
dnl with leading zeros for the minor version, as they end up in a C |
dnl with leading zeros for the minor version, as they end up in a C |
| 27 |
dnl that many releases anyway. |
dnl that many releases anyway. |
| 28 |
|
|
| 29 |
PCRE_MAJOR=6 |
PCRE_MAJOR=6 |
| 30 |
PCRE_MINOR=3 |
PCRE_MINOR=4 |
| 31 |
PCRE_DATE=15-Aug-2005 |
PCRE_DATE=05-Sep-2005 |
| 32 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
| 33 |
|
|
| 34 |
dnl Default values for miscellaneous macros |
dnl Default values for miscellaneous macros |
| 287 |
fi |
fi |
| 288 |
|
|
| 289 |
dnl This must be last; it determines what files are written as well as config.h |
dnl This must be last; it determines what files are written as well as config.h |
| 290 |
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]) |