| 9 |
dnl be defined as -RC2, for example. For real releases, it should be empty. |
dnl be defined as -RC2, for example. For real releases, it should be empty. |
| 10 |
|
|
| 11 |
m4_define(pcre_major, [8]) |
m4_define(pcre_major, [8]) |
| 12 |
m4_define(pcre_minor, [01]) |
m4_define(pcre_minor, [02]) |
| 13 |
m4_define(pcre_prerelease, []) |
m4_define(pcre_prerelease, [-RC1]) |
| 14 |
m4_define(pcre_date, [2010-01-19]) |
m4_define(pcre_date, [2010-03-01]) |
| 15 |
|
|
| 16 |
# Libtool shared library interface versions (current:revision:age) |
# Libtool shared library interface versions (current:revision:age) |
| 17 |
m4_define(libpcre_version, [0:1:0]) |
m4_define(libpcre_version, [0:1:0]) |
| 104 |
htmldir='${docdir}/html' |
htmldir='${docdir}/html' |
| 105 |
fi |
fi |
| 106 |
|
|
| 107 |
# Handle --disable-cpp |
# Handle --disable-cpp. The substitution of enable_cpp is needed for use in |
| 108 |
|
# pcre-config. |
| 109 |
AC_ARG_ENABLE(cpp, |
AC_ARG_ENABLE(cpp, |
| 110 |
AS_HELP_STRING([--disable-cpp], |
AS_HELP_STRING([--disable-cpp], |
| 111 |
[disable C++ support]), |
[disable C++ support]), |
| 112 |
, enable_cpp=yes) |
, enable_cpp=yes) |
| 113 |
|
AC_SUBST(enable_cpp) |
| 114 |
|
|
| 115 |
# Handle --enable-rebuild-chartables |
# Handle --enable-rebuild-chartables |
| 116 |
AC_ARG_ENABLE(rebuild-chartables, |
AC_ARG_ENABLE(rebuild-chartables, |
| 354 |
AH_TEMPLATE(HAVE__STRTOI64, [Define to 1 if you have `_strtoi64'.]) |
AH_TEMPLATE(HAVE__STRTOI64, [Define to 1 if you have `_strtoi64'.]) |
| 355 |
AH_TEMPLATE(HAVE_STRTOIMAX, [Define to 1 if you have `strtoimax'.]) |
AH_TEMPLATE(HAVE_STRTOIMAX, [Define to 1 if you have `strtoimax'.]) |
| 356 |
have_strto_fn=0 |
have_strto_fn=0 |
| 357 |
for fn in srtoq strtoll _strtoi64 strtoimax; do |
for fn in strtoq strtoll _strtoi64 strtoimax; do |
| 358 |
AC_MSG_CHECKING([for $fn]) |
AC_MSG_CHECKING([for $fn]) |
| 359 |
if test "$fn" = strtoimax; then |
if test "$fn" = strtoimax; then |
| 360 |
include=stdint.h |
include=stdint.h |