| 10 |
|
|
| 11 |
m4_define(pcre_major, [8]) |
m4_define(pcre_major, [8]) |
| 12 |
m4_define(pcre_minor, [20]) |
m4_define(pcre_minor, [20]) |
| 13 |
m4_define(pcre_prerelease, [-RC1]) |
m4_define(pcre_prerelease, [-RC2]) |
| 14 |
m4_define(pcre_date, [2011-08-18]) |
m4_define(pcre_date, [2011-09-23]) |
| 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]) |
| 491 |
|
|
| 492 |
if test "$enable_pcregrep_jit" = "yes"; then |
if test "$enable_pcregrep_jit" = "yes"; then |
| 493 |
AC_DEFINE([SUPPORT_PCREGREP_JIT], [], [ |
AC_DEFINE([SUPPORT_PCREGREP_JIT], [], [ |
| 494 |
Define to enable JIT support in pcregrep.]) |
Define to enable JIT support in pcregrep.]) |
| 495 |
fi |
fi |
| 496 |
|
|
| 497 |
if test "$enable_utf8" = "yes"; then |
if test "$enable_utf8" = "yes"; then |
| 771 |
Match limit recursion ........... : ${with_match_limit_recursion} |
Match limit recursion ........... : ${with_match_limit_recursion} |
| 772 |
Build shared libs ............... : ${enable_shared} |
Build shared libs ............... : ${enable_shared} |
| 773 |
Build static libs ............... : ${enable_static} |
Build static libs ............... : ${enable_static} |
| 774 |
Use JIT in pcregrep ............. : ${enable_pcregrep_jit} |
Use JIT in pcregrep ............. : ${enable_pcregrep_jit} |
| 775 |
Buffer size for pcregrep ........ : ${with_pcregrep_bufsize} |
Buffer size for pcregrep ........ : ${with_pcregrep_bufsize} |
| 776 |
Link pcregrep with libz ......... : ${enable_pcregrep_libz} |
Link pcregrep with libz ......... : ${enable_pcregrep_libz} |
| 777 |
Link pcregrep with libbz2 ....... : ${enable_pcregrep_libbz2} |
Link pcregrep with libbz2 ....... : ${enable_pcregrep_libbz2} |