summaryrefslogtreecommitdiff
path: root/m4/m4.m4
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-02 13:21:33 -0600
committerEric Blake <ebb9@byu.net>2008-04-02 13:21:33 -0600
commitb580f54e1191160eb68379a30bbcf14f088d171a (patch)
tree6a20d213943847c4296155f627ed67a0abe8f9e7 /m4/m4.m4
parent4b56f798b7b7aa692c557c01b1ca0ade731d3d4a (diff)
downloadautoconf-b580f54e1191160eb68379a30bbcf14f088d171a.tar.gz
Recommend the just-released M4 1.4.11.
* NEWS: Update recommendation. * README: Likewise. * doc/autoconf.texi (Introduction): Likewise. * m4/m4.m4 (AC_PROG_GNU_M4): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'm4/m4.m4')
-rw-r--r--m4/m4.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/m4.m4 b/m4/m4.m4
index 25cc7fa7..f27d8c05 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,5 +1,5 @@
-# m4.m4 serial 4
-dnl Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc.
+# m4.m4 serial 5
+dnl Copyright (C) 2000, 2006, 2007, 2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -26,7 +26,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.5 or later is required; 1.4.8 is recommended])])])
+GNU M4 1.4.5 or later is required; 1.4.11 is recommended])])])
M4=$ac_cv_path_M4
AC_CACHE_CHECK([how m4 supports trace files], [ac_cv_prog_gnu_m4_debugfile],
[case `$M4 --help < /dev/null 2>&1` in