summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-31 23:41:56 +0100
committerBruno Haible <bruno@clisp.org>2021-01-31 23:41:56 +0100
commitfe18a87822426a66d75ac731bf81673f800a7afb (patch)
tree72a7eae3020907c3428f03c5531e434356da68a5
parent2ec270b0042c03de6bffa7c83f16a611d9f15ebe (diff)
downloadlibunistring-fe18a87822426a66d75ac731bf81673f800a7afb.tar.gz
Switch to autoconf-2.71.
* autogen.sh: Update comments.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4609492..17fc477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-31 Bruno Haible <bruno@clisp.org>
+
+ Switch to autoconf-2.71.
+ * autogen.sh: Update comments.
+
2020-12-09 Bruno Haible <bruno@clisp.org>
Allow use of autoconf-2.70.
diff --git a/autogen.sh b/autogen.sh
index 5d8c9dd..653657c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,14 +4,14 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
#
-# This script requires autoconf-2.63..2.70 and automake-1.11..1.16 in the PATH.
+# This script requires autoconf-2.63..2.71 and automake-1.11..1.16 in the PATH.
# If not used from a released tarball, it also requires either
# - the GNULIB_SRCDIR environment variable pointing to a gnulib checkout, or
# - a preceding invocation of './gitsub.sh pull'.
# It also requires
# - the gperf program.
-# 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