]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
NEWS: don’t describe Automake 1.13 as “upcoming.”
authorNick Alcock <nick.alcock@oracle.com>
Tue, 14 Jul 2020 17:23:00 +0000 (13:23 -0400)
committerZack Weinberg <zackw@panix.com>
Tue, 14 Jul 2020 17:23:00 +0000 (13:23 -0400)
Automake 1.13 was released eight years ago.  The current version is
1.16.2.

NEWS

diff --git a/NEWS b/NEWS
index b7e7dca57e911a23dfd11356252913e45fcd8aaf..493612804abddb5dd560dd707f097d38798b8c53 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -92,8 +92,8 @@ GNU Autoconf NEWS - User visible changes.
   local M4 macros.  This macro overcomes some of the shortfalls in the
   older AC_CONFIG_MACRO_DIR, which could only be used once; although
   the older macro remains for compatibility with older tools.  The
-  newer macro will be used by the upcoming Automake 1.13 release to
-  eliminate the need to specify ACLOCAL_AMFLAGS in Makefile.am.
+  newer macro is used by Automake 1.13 and later to eliminate the
+  need to specify ACLOCAL_AMFLAGS in Makefile.am.
 
 - AC_PROG_CC now prefers C11 if available, falling back on C99 and
   then on C89 as before.  Similarly, AC_PROG_CXX now prefers C++11