| 8 |
|
|
| 9 |
m4_define(pcre_major, [7]) |
m4_define(pcre_major, [7]) |
| 10 |
m4_define(pcre_minor, [5]) |
m4_define(pcre_minor, [5]) |
| 11 |
m4_define(pcre_prerelease, [-RC1]) |
m4_define(pcre_prerelease, []) |
| 12 |
m4_define(pcre_date, [2007-11-12]) |
m4_define(pcre_date, [2008-01-10]) |
| 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]) |
| 378 |
if test "$enable_pcretest_libreadline" = "yes"; then |
if test "$enable_pcretest_libreadline" = "yes"; then |
| 379 |
AC_DEFINE([SUPPORT_LIBREADLINE], [], [ |
AC_DEFINE([SUPPORT_LIBREADLINE], [], [ |
| 380 |
Define to allow pcretest to be linked with libreadline.]) |
Define to allow pcretest to be linked with libreadline.]) |
| 381 |
fi |
fi |
| 382 |
|
|
| 383 |
AC_DEFINE_UNQUOTED([NEWLINE], [$ac_pcre_newline_value], [ |
AC_DEFINE_UNQUOTED([NEWLINE], [$ac_pcre_newline_value], [ |
| 384 |
The value of NEWLINE determines the newline character sequence. On |
The value of NEWLINE determines the newline character sequence. On |
| 534 |
exit 1 |
exit 1 |
| 535 |
fi |
fi |
| 536 |
if test "$LIBS" = ""; then LIBS=-lreadline; else LIBS="$LIBS -lreadline"; fi |
if test "$LIBS" = ""; then LIBS=-lreadline; else LIBS="$LIBS -lreadline"; fi |
| 537 |
fi |
fi |
| 538 |
|
|
| 539 |
# Produce these files, in addition to config.h. |
# Produce these files, in addition to config.h. |
| 540 |
AC_CONFIG_FILES( |
AC_CONFIG_FILES( |
| 574 |
C++ compiler flags .............. : ${CXXFLAGS} |
C++ compiler flags .............. : ${CXXFLAGS} |
| 575 |
Linker flags .................... : ${LDFLAGS} |
Linker flags .................... : ${LDFLAGS} |
| 576 |
Extra libraries ................. : ${LIBS} |
Extra libraries ................. : ${LIBS} |
| 577 |
|
|
| 578 |
Build C++ library ............... : ${enable_cpp} |
Build C++ library ............... : ${enable_cpp} |
| 579 |
Enable UTF-8 support ............ : ${enable_utf8} |
Enable UTF-8 support ............ : ${enable_utf8} |
| 580 |
Unicode properties .............. : ${enable_unicode_properties} |
Unicode properties .............. : ${enable_unicode_properties} |
| 591 |
Build static libs ............... : ${enable_static} |
Build static libs ............... : ${enable_static} |
| 592 |
Link pcregrep with libz ......... : ${enable_pcregrep_libz} |
Link pcregrep with libz ......... : ${enable_pcregrep_libz} |
| 593 |
Link pcregrep with libbz2 ....... : ${enable_pcregrep_libbz2} |
Link pcregrep with libbz2 ....... : ${enable_pcregrep_libbz2} |
| 594 |
Link pcretest with libreadline .. : ${enable_pcretest_libreadline} |
Link pcretest with libreadline .. : ${enable_pcretest_libreadline} |
| 595 |
|
|
| 596 |
EOF |
EOF |
| 597 |
|
|