| 21 |
dnl that many releases anyway. |
dnl that many releases anyway. |
| 22 |
|
|
| 23 |
PCRE_MAJOR=4 |
PCRE_MAJOR=4 |
| 24 |
PCRE_MINOR=4 |
PCRE_MINOR=5 |
| 25 |
PCRE_DATE=21-August-2003 |
PCRE_DATE=01-December-2003 |
| 26 |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} |
| 27 |
|
|
| 28 |
dnl Default values for miscellaneous macros |
dnl Default values for miscellaneous macros |
| 97 |
fi |
fi |
| 98 |
) |
) |
| 99 |
|
|
| 100 |
|
dnl Handle --enable-ebcdic |
| 101 |
|
|
| 102 |
|
AC_ARG_ENABLE(ebcdic, |
| 103 |
|
[ --enable-ebcdic assume EBCDIC coding rather than ASCII], |
| 104 |
|
if test "$enableval" == "yes"; then |
| 105 |
|
EBCDIC=-DEBCDIC=1 |
| 106 |
|
fi |
| 107 |
|
) |
| 108 |
|
|
| 109 |
|
dnl Handle --disable-stack-for-recursion |
| 110 |
|
AC_ARG_ENABLE(recursion, |
| 111 |
|
[ --disable-stack-for-recursion disable use of stack recursion when matching], |
| 112 |
|
if test "$enableval" = "no"; then |
| 113 |
|
NO_RECURSE=-DNO_RECURSE |
| 114 |
|
fi |
| 115 |
|
) |
| 116 |
|
|
| 117 |
dnl There doesn't seem to be a straightforward way of having parameters |
dnl There doesn't seem to be a straightforward way of having parameters |
| 118 |
dnl that set values, other than fudging the --with thing. So that's what |
dnl that set values, other than fudging the --with thing. So that's what |
| 119 |
dnl I've done. |
dnl I've done. |
| 149 |
AC_SUBST(BUILD_OBJEXT) |
AC_SUBST(BUILD_OBJEXT) |
| 150 |
AC_SUBST(CC_FOR_BUILD) |
AC_SUBST(CC_FOR_BUILD) |
| 151 |
AC_SUBST(CFLAGS_FOR_BUILD) |
AC_SUBST(CFLAGS_FOR_BUILD) |
| 152 |
|
AC_SUBST(EBCDIC) |
| 153 |
AC_SUBST(HAVE_MEMMOVE) |
AC_SUBST(HAVE_MEMMOVE) |
| 154 |
AC_SUBST(HAVE_STRERROR) |
AC_SUBST(HAVE_STRERROR) |
| 155 |
AC_SUBST(LINK_SIZE) |
AC_SUBST(LINK_SIZE) |
| 156 |
AC_SUBST(MATCH_LIMIT) |
AC_SUBST(MATCH_LIMIT) |
| 157 |
AC_SUBST(NEWLINE) |
AC_SUBST(NEWLINE) |
| 158 |
|
AC_SUBST(NO_RECURSE) |
| 159 |
AC_SUBST(PCRE_MAJOR) |
AC_SUBST(PCRE_MAJOR) |
| 160 |
AC_SUBST(PCRE_MINOR) |
AC_SUBST(PCRE_MINOR) |
| 161 |
AC_SUBST(PCRE_DATE) |
AC_SUBST(PCRE_DATE) |