summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-03 16:31:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-03 16:31:39 +0000
commit08ac3e00a6ec79ab728532999ce78b36f1f1f255 (patch)
tree91b940988e424822b1258693255b7078c7893bfb /configure.ac
parent1cc5f7a302c1d0e9e24e15c2c68d3f73f7353925 (diff)
downloadpcre-08ac3e00a6ec79ab728532999ce78b36f1f1f255.tar.gz
Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in
Makefile.am, as suggested by libtoolize. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@479 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e864c2b..11ff9d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl empty.
m4_define(pcre_major, [8])
m4_define(pcre_minor, [01])
-m4_define(pcre_prerelease, [])
+m4_define(pcre_prerelease, [-RC1])
m4_define(pcre_date, [2010-01-02])
# Libtool shared library interface versions (current:revision:age)
@@ -22,6 +22,9 @@ AC_CONFIG_SRCDIR([pcre.h.in])
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
AC_CONFIG_HEADERS(config.h)
+# This was added at the suggestion of libtoolize (03-Jan-10)
+AC_CONFIG_MACRO_DIR([m4])
+
# The default CFLAGS and CXXFLAGS in Autoconf are "-g -O2" for gcc and just
# "-g" for any other compiler. There doesn't seem to be a standard way of
# getting rid of the -g (which I don't think is needed for a production