| 8 |
|
|
| 9 |
m4_define(pcre_major, [8]) |
m4_define(pcre_major, [8]) |
| 10 |
m4_define(pcre_minor, [01]) |
m4_define(pcre_minor, [01]) |
| 11 |
m4_define(pcre_prerelease, []) |
m4_define(pcre_prerelease, [-RC1]) |
| 12 |
m4_define(pcre_date, [2010-01-02]) |
m4_define(pcre_date, [2010-01-02]) |
| 13 |
|
|
| 14 |
# Libtool shared library interface versions (current:revision:age) |
# Libtool shared library interface versions (current:revision:age) |
| 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 |
|
# This was added at the suggestion of libtoolize (03-Jan-10) |
| 26 |
|
AC_CONFIG_MACRO_DIR([m4]) |
| 27 |
|
|
| 28 |
# The default CFLAGS and CXXFLAGS in Autoconf are "-g -O2" for gcc and just |
# The default CFLAGS and CXXFLAGS in Autoconf are "-g -O2" for gcc and just |
| 29 |
# "-g" for any other compiler. There doesn't seem to be a standard way of |
# "-g" for any other compiler. There doesn't seem to be a standard way of |
| 30 |
# getting rid of the -g (which I don't think is needed for a production |
# getting rid of the -g (which I don't think is needed for a production |