summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-22 00:27:51 +0200
committerBruno Haible <bruno@clisp.org>2009-05-22 00:27:51 +0200
commit73d06ef720e6f6b4b31583836b0c80516a54ca67 (patch)
tree0ab026686a2bfb84b7039c12ddefe5a0a1e380f4 /autogen.sh
parenta5d1310ba89b6516620cbf8f1efcbb5349f116a7 (diff)
downloadlibunistring-73d06ef720e6f6b4b31583836b0c80516a54ca67.tar.gz
Add support for automake 1.11.
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 30426c5..eeade55 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 and automake-1.10 in the PATH.
+# This script requires autoconf-2.63 and automake-1.10..1.11 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or