summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-01 10:00:40 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-01 10:00:40 +0000
commit05f4ba70c744ff1011ba3ba82f982291db72c5f8 (patch)
treeed7b7e37e8598f7b9d579e031aad9f51050d54f7
parent7adf448718b575a58c821a1e243e050dac357650 (diff)
downloadlibexpat-05f4ba70c744ff1011ba3ba82f982291db72c5f8.tar.gz
configure.in: apply autotools patch
suggested in the mailing list http://mail.python.org/pipermail/expat-discuss/2009-June/002619.html
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cb226ae..4239531 100644
--- a/configure.in
+++ b/configure.in
@@ -10,8 +10,8 @@ dnl under the terms of the License (based on the MIT/X license) contained
dnl in the file COPYING that comes with this distribution.
dnl
-dnl Ensure that Expat is configured with autoconf 2.52 or newer
-AC_PREREQ(2.52)
+dnl Ensure that Expat is configured with autoconf 2.58 or newer
+AC_PREREQ(2.58)
dnl Get the version number of Expat, using m4's esyscmd() command to run
dnl the command at m4-generation time. This allows us to create an m4
@@ -31,6 +31,7 @@ undefine([expat_version])
AC_CONFIG_SRCDIR(Makefile.in)
AC_CONFIG_AUX_DIR(conftools)
+AC_CONFIG_MACRO_DIR([m4])
dnl