| 26 |
AC_PROG_INSTALL |
AC_PROG_INSTALL |
| 27 |
AC_LIBTOOL_WIN32_DLL |
AC_LIBTOOL_WIN32_DLL |
| 28 |
AC_PROG_LIBTOOL |
AC_PROG_LIBTOOL |
| 29 |
|
AC_PROG_LN_S |
| 30 |
|
|
| 31 |
PCRE_MAJOR="pcre_major" |
PCRE_MAJOR="pcre_major" |
| 32 |
PCRE_MINOR="pcre_minor" |
PCRE_MINOR="pcre_minor" |
| 156 |
|
|
| 157 |
# Make sure that if enable_ebcdic is set, rebuild_chartables is also enabled. |
# Make sure that if enable_ebcdic is set, rebuild_chartables is also enabled. |
| 158 |
# |
# |
| 159 |
if test "x$enable_ebcdie" = "xyes" |
if test "x$enable_ebcdic" = "xyes" |
| 160 |
then |
then |
| 161 |
enable_rebuild_chartables=yes |
enable_rebuild_chartables=yes |
| 162 |
fi |
fi |
| 389 |
# Produce these files, in addition to config.h. |
# Produce these files, in addition to config.h. |
| 390 |
AC_CONFIG_FILES( |
AC_CONFIG_FILES( |
| 391 |
Makefile |
Makefile |
|
RunGrepTest |
|
|
RunTest |
|
| 392 |
libpcre.pc |
libpcre.pc |
| 393 |
libpcrecpp.pc |
libpcrecpp.pc |
| 394 |
pcre-config |
pcre-config |
| 398 |
) |
) |
| 399 |
|
|
| 400 |
# Make the generated script files executable. |
# Make the generated script files executable. |
| 401 |
AC_CONFIG_COMMANDS([script-chmod], [chmod a+x RunTest RunGrepTest pcre-config]) |
AC_CONFIG_COMMANDS([script-chmod], [chmod a+x pcre-config]) |
|
|
|
|
AC_OUTPUT |
|
| 402 |
|
|
| 403 |
# Make sure that pcre_chartables.c is removed in case the method for |
# Make sure that pcre_chartables.c is removed in case the method for |
| 404 |
# creating it was changed by reconfiguration. |
# creating it was changed by reconfiguration. |
| 405 |
|
AC_CONFIG_COMMANDS([delete-old-chartables], [rm -f pcre_chartables.c]) |
| 406 |
|
|
| 407 |
rm -f pcre_chartables.c |
AC_OUTPUT |
| 408 |
|
|
| 409 |
# Print out a nice little message after configure is run displaying your |
# Print out a nice little message after configure is run displaying your |
| 410 |
# chosen options. |
# chosen options. |