| 7 |
dnl empty. |
dnl empty. |
| 8 |
|
|
| 9 |
m4_define(pcre_major, [7]) |
m4_define(pcre_major, [7]) |
| 10 |
m4_define(pcre_minor, [1]) |
m4_define(pcre_minor, [3]) |
| 11 |
m4_define(pcre_prerelease, [-RC5]) |
m4_define(pcre_prerelease, []) |
| 12 |
m4_define(pcre_date, [2007-04-16]) |
m4_define(pcre_date, [2007-08-28]) |
| 13 |
|
|
| 14 |
# Libtool shared library interface versions (current:revision:age) |
# Libtool shared library interface versions (current:revision:age) |
| 15 |
m4_define(libpcre_version, [0:1:0]) |
m4_define(libpcre_version, [0:1:0]) |
| 21 |
AC_CONFIG_SRCDIR([pcre.h.in]) |
AC_CONFIG_SRCDIR([pcre.h.in]) |
| 22 |
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip]) |
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip]) |
| 23 |
AC_CONFIG_HEADERS(config.h) |
AC_CONFIG_HEADERS(config.h) |
| 24 |
|
|
| 25 |
|
# The default CFLAGS and CXXFLAGS in Autoconf are "-g -O2" for gcc and just |
| 26 |
|
# "-g" for any other compiler. There doesn't seem to be a standard way of |
| 27 |
|
# getting rid of the -g (which I don't think is needed for a production |
| 28 |
|
# library). This fudge seems to achieve the necessary. First, we remember the |
| 29 |
|
# externally set values of CFLAGS and CXXFLAGS. Then call the AC_PROG_CC and |
| 30 |
|
# AC_PROG_CXX macros to find the compilers - if CFLAGS and CXXFLAGS are not |
| 31 |
|
# set, they will be set to Autoconf's defaults. Afterwards, if the original |
| 32 |
|
# values were not set, remove the -g from the Autoconf defaults. |
| 33 |
|
# (PH 02-May-07) |
| 34 |
|
|
| 35 |
|
remember_set_CFLAGS="$CFLAGS" |
| 36 |
|
remember_set_CXXFLAGS="$CXXFLAGS" |
| 37 |
|
|
| 38 |
AC_PROG_CC |
AC_PROG_CC |
| 39 |
AC_PROG_CXX |
AC_PROG_CXX |
| 40 |
|
|
| 41 |
|
if test "x$remember_set_CFLAGS" = "x" |
| 42 |
|
then |
| 43 |
|
if test "$CFLAGS" = "-g -O2" |
| 44 |
|
then |
| 45 |
|
CFLAGS="-O2" |
| 46 |
|
elif test "$CFLAGS" = "-g" |
| 47 |
|
then |
| 48 |
|
CFLAGS="" |
| 49 |
|
fi |
| 50 |
|
fi |
| 51 |
|
|
| 52 |
|
if test "x$remember_set_CXXFLAGS" = "x" |
| 53 |
|
then |
| 54 |
|
if test "$CXXFLAGS" = "-g -O2" |
| 55 |
|
then |
| 56 |
|
CXXFLAGS="-O2" |
| 57 |
|
elif test "$CXXFLAGS" = "-g" |
| 58 |
|
then |
| 59 |
|
CXXFLAGS="" |
| 60 |
|
fi |
| 61 |
|
fi |
| 62 |
|
|
| 63 |
|
|
| 64 |
AC_PROG_INSTALL |
AC_PROG_INSTALL |
| 65 |
AC_LIBTOOL_WIN32_DLL |
AC_LIBTOOL_WIN32_DLL |
| 66 |
AC_PROG_LIBTOOL |
AC_PROG_LIBTOOL |
| 139 |
# Handle --enable-ebcdic |
# Handle --enable-ebcdic |
| 140 |
AC_ARG_ENABLE(ebcdic, |
AC_ARG_ENABLE(ebcdic, |
| 141 |
AS_HELP_STRING([--enable-ebcdic], |
AS_HELP_STRING([--enable-ebcdic], |
| 142 |
[assume EBCDIC coding rather than ASCII (implies --enable-rebuild-chartables)]), |
[assume EBCDIC coding rather than ASCII; use this only in (uncommon) EBCDIC environments; it implies --enable-rebuild-chartables]), |
| 143 |
, enable_ebcdic=no) |
, enable_ebcdic=no) |
| 144 |
|
|
| 145 |
# Handle --disable-stack-for-recursion |
# Handle --disable-stack-for-recursion |
| 208 |
lf) ac_pcre_newline_value=10 ;; |
lf) ac_pcre_newline_value=10 ;; |
| 209 |
cr) ac_pcre_newline_value=13 ;; |
cr) ac_pcre_newline_value=13 ;; |
| 210 |
crlf) ac_pcre_newline_value=3338 ;; |
crlf) ac_pcre_newline_value=3338 ;; |
| 211 |
anycrlf) ac_pcre_newline_value=-2 ;; |
anycrlf) ac_pcre_newline_value=-2 ;; |
| 212 |
any) ac_pcre_newline_value=-1 ;; |
any) ac_pcre_newline_value=-1 ;; |
| 213 |
*) |
*) |
| 214 |
AC_MSG_ERROR([invalid argument \"$enable_newline\" to --enable-newline option]) |
AC_MSG_ERROR([invalid argument \"$enable_newline\" to --enable-newline option]) |
| 376 |
change it. Care must be taken if it is increased, because it guards |
change it. Care must be taken if it is increased, because it guards |
| 377 |
against integer overflow caused by enormously large patterns.]) |
against integer overflow caused by enormously large patterns.]) |
| 378 |
|
|
|
AC_DEFINE([MAX_DUPLENGTH], [30000], [ |
|
|
This limit is parameterized just in case anybody ever wants to |
|
|
change it. Care must be taken if it is increased, because it guards |
|
|
against integer overflow caused by enormously large patterns.]) |
|
|
|
|
| 379 |
AH_VERBATIM([PCRE_EXP_DEFN], [ |
AH_VERBATIM([PCRE_EXP_DEFN], [ |
| 380 |
/* If you are compiling for a system other than a Unix-like system or |
/* If you are compiling for a system other than a Unix-like system or |
| 381 |
Win32, and it needs some magic to be inserted before the definition |
Win32, and it needs some magic to be inserted before the definition |