summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-09 01:18:42 +0100
committerBruno Haible <bruno@clisp.org>2020-12-09 01:18:42 +0100
commit556e87b5c52b0c03a1e7418f45225a9b664f83c5 (patch)
treeffa61894769fead55753710889e07e934bdb5386
parent8cb07d4235760c949123863c8b22597a06d0dabc (diff)
downloadgperf-556e87b5c52b0c03a1e7418f45225a9b664f83c5.tar.gz
Mark Autoconf 2.70 as supported.
* autogen.sh: Update comment.
-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