summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-09 06:11:25 +0100
committerBruno Haible <bruno@clisp.org>2020-12-09 06:11:25 +0100
commit2ec270b0042c03de6bffa7c83f16a611d9f15ebe (patch)
treedaa26c00f430c7586babd13f27a5c93ee77c2f13
parent31600a8bd3ad1e27715e214227b6b64196aff631 (diff)
downloadlibunistring-2ec270b0042c03de6bffa7c83f16a611d9f15ebe.tar.gz
Allow use of autoconf-2.70.
* autogen.sh: Update comments.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b97929b..4609492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-09 Bruno Haible <bruno@clisp.org>
+
+ Allow use of autoconf-2.70.
+ * autogen.sh: Update comments.
+
2020-11-21 Bruno Haible <bruno@clisp.org>
build: Fix export of symbols in 64-bit mode on Windows.
diff --git a/autogen.sh b/autogen.sh
index d1d493c..5d8c9dd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
# 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.69 and automake-1.11..1.16 in the PATH.
+# This script requires autoconf-2.63..2.70 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'.