summaryrefslogtreecommitdiff
path: root/m4/m4.m4
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-02-25 14:17:31 -0700
committerEric Blake <eblake@redhat.com>2010-02-26 09:47:10 -0700
commit4a8168ae1ededcb9abd35cf09aaa35efa069d324 (patch)
tree5f997a290781e18a8a89dbd868292efbe71cba0b /m4/m4.m4
parentd8004ca5f56aaa8ec6864bd8aaa1035d4e1b42ab (diff)
downloadautoconf-4a8168ae1ededcb9abd35cf09aaa35efa069d324.tar.gz
Recommend latest m4 release.
* README: Bump recommendation to m4 1.4.14 (minimum remains 1.4.6). * doc/autoconf.texi (Introduction): Likewise. * m4/m4.m4 (AC_PROG_GNU_M4): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'm4/m4.m4')
-rw-r--r--m4/m4.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/m4.m4 b/m4/m4.m4
index a5127365..4a2d0d17 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,4 +1,4 @@
-# m4.m4 serial 10
+# m4.m4 serial 11
# Copyright (C) 2000, 2006, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc.
@@ -34,7 +34,7 @@ AC_PATH_PROGS_FEATURE_CHECK([M4], [m4 gm4 gnum4],
&& ac_cv_path_M4=$ac_path_M4 ac_path_M4_found=:
rm -f conftest.m4f],
[AC_MSG_ERROR([no acceptable m4 could be found in \$PATH.
-GNU M4 1.4.6 or later is required; 1.4.13 is recommended])])])
+GNU M4 1.4.6 or later is required; 1.4.14 is recommended])])])
M4=$ac_cv_path_M4
AC_CACHE_CHECK([whether $ac_cv_path_M4 accepts --gnu],
[ac_cv_prog_gnu_m4_gnu],