summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-30 14:46:54 +0100
committerBruno Haible <bruno@clisp.org>2021-01-30 14:46:54 +0100
commitb0f961a9b3544ff73363a3be54232fab6d36dfc8 (patch)
treec59875a4b1c91b2665ef9b3f045e093b6521a5e9
parent556e87b5c52b0c03a1e7418f45225a9b664f83c5 (diff)
downloadgperf-b0f961a9b3544ff73363a3be54232fab6d36dfc8.tar.gz
Mark Autoconf 2.71 as supported.
* autogen.sh: Update comment.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b9660dd..09e2cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-30 Bruno Haible <bruno@clisp.org>
+
+ Mark Autoconf 2.71 as supported.
+ * autogen.sh: Update comment.
+
2020-12-08 Bruno Haible <bruno@clisp.org>
Mark Autoconf 2.70 as supported.
diff --git a/autogen.sh b/autogen.sh
index 00d8107..3643758 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,13 +4,13 @@
# also regenerates all config.h.in, configure files with new versions of
# autoconf.
#
-# This script requires autoconf-2.64..2.70 in the PATH.
+# This script requires autoconf-2.64..2.71 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or
# - an internet connection.
-# Copyright (C) 2003-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2021 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by