summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-29 13:20:25 +0200
committerBruno Haible <bruno@clisp.org>2012-04-29 13:20:25 +0200
commit4194c8b07fe6672475790ef2127430b3e5aaabcb (patch)
treec5f4f65e9c03ebd3cefea168c9049de287e11670 /autogen.sh
parentaf5434cdba645d4d92c3ba17bd4a64999c62646d (diff)
downloadexternal_gettext-4194c8b07fe6672475790ef2127430b3e5aaabcb.zip
external_gettext-4194c8b07fe6672475790ef2127430b3e5aaabcb.tar.gz
external_gettext-4194c8b07fe6672475790ef2127430b3e5aaabcb.tar.bz2
Allow use of autoconf-2.69 and automake-1.12.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 7f815a0..904254f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,8 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
#
-# This script requires autoconf-2.60..2.68 and automake-1.11.1 in the PATH.
+# This script requires autoconf-2.60..2.69 and automake-1.11.1..1.12 in the
+# PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or