From 02281e9d232c86da13258392efc3c83a1c5cd467 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 May 2018 20:21:01 +0200 Subject: Allow use of automake-1.16. --- ChangeLog | 5 +++++ autogen.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4251185..ff3cb58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-05-17 Bruno Haible + + Allow use of automake-1.16. + * autogen.sh: Update comments. + 2018-04-07 Bruno Haible Implement the documented functions u*_casing_*_context. diff --git a/autogen.sh b/autogen.sh index 34b62f0..26c0e86 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.15 in the PATH. +# This script requires autoconf-2.63..2.69 and automake-1.11..1.16 in the PATH. # It also requires either # - the GNULIB_TOOL environment variable pointing to the gnulib-tool script # in a gnulib checkout, or -- cgit v1.2.1