summaryrefslogtreecommitdiff
path: root/m4/init.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-03-08 13:35:05 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-03-08 13:35:05 +0100
commit8aad9804d86190b47c745c3f39df8f1810f55ef6 (patch)
tree16d4d66c829fb4bbf1ab9e6e195b8281de345c54 /m4/init.m4
parent14493939e8d76096592411889e40d48701497a21 (diff)
downloadautomake-8aad9804d86190b47c745c3f39df8f1810f55ef6.tar.gz
Require unreleased Autoconf for fixed AC_PROG_INSTALL.
* m4/init.m4 (AM_INIT_AUTOMAKE): Bump AC_PREREQ to 2.61-341, regenerate files. * configure.ac: Also require Autoconf 2.61-341, to catch failure early and provide a sensible error message. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'm4/init.m4')
-rw-r--r--m4/init.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/init.m4 b/m4/init.m4
index 3e673db4b..1f5c437c9 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -7,7 +7,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 13
+# serial 14
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.
@@ -24,7 +24,7 @@
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.60])dnl
+[AC_PREREQ([2.61a-341])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl