summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-17 20:21:01 +0200
committerBruno Haible <bruno@clisp.org>2018-05-17 20:21:01 +0200
commit02281e9d232c86da13258392efc3c83a1c5cd467 (patch)
tree8277406354924b7774e4647b57f1708bc57bb374 /autogen.sh
parent6e0e2506db069ae7e4e456bcc1b67c6c1a46b867 (diff)
downloadlibunistring-02281e9d232c86da13258392efc3c83a1c5cd467.tar.gz
Allow use of automake-1.16.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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