From 05f4ba70c744ff1011ba3ba82f982291db72c5f8 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 1 Feb 2012 10:00:40 +0000 Subject: configure.in: apply autotools patch suggested in the mailing list http://mail.python.org/pipermail/expat-discuss/2009-June/002619.html --- configure.in | 5 +++-- 1 file 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 -- cgit v1.2.1