summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2020-07-14 13:23:00 -0400
committerZack Weinberg <zackw@panix.com>2020-07-14 13:23:00 -0400
commit60e1c17ee028749d17cf858c902e46ffad25cec6 (patch)
treec8363867c0c4063878b90353fd456e3cc27f2631
parent5878ecc5feb6f1ec80bce1e28a57d8552ab41d45 (diff)
downloadautoconf-60e1c17ee028749d17cf858c902e46ffad25cec6.tar.gz
NEWS: don’t describe Automake 1.13 as “upcoming.”
Automake 1.13 was released eight years ago. The current version is 1.16.2.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b7e7dca5..49361280 100644
--- 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