summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0463d10..b9660dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-08 Bruno Haible <bruno@clisp.org>
+
+ Mark Autoconf 2.70 as supported.
+ * autogen.sh: Update comment.
+
2020-10-04 Bruno Haible <bruno@clisp.org>
Fix warnings from Autoconf 2.69c.
diff --git a/autogen.sh b/autogen.sh
index 08fb310..00d8107 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
# also regenerates all config.h.in, configure files with new versions of
# autoconf.
#
-# This script requires autoconf-2.64..2.69 in the PATH.
+# This script requires autoconf-2.64..2.70 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or