summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-20 11:53:17 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:11 +0200
commitb5f987b22e950b93749561d00e986c3e67d3b717 (patch)
tree696f8e49b7c282eb6b77665185a7994f150fa4a6 /autogen.sh
parent515281a07c4f0f07ae10b6b9cbc834569a9ce9f9 (diff)
downloadexternal_gettext-b5f987b22e950b93749561d00e986c3e67d3b717.zip
external_gettext-b5f987b22e950b93749561d00e986c3e67d3b717.tar.gz
external_gettext-b5f987b22e950b93749561d00e986c3e67d3b717.tar.bz2
Switch to automake-1.10.
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 ea40fcc..c94a2f9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
# Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in,
# configure files with new versions of autoconf or automake.
#
-# This script requires autoconf-2.60 and automake-1.8.2..1.9 in the PATH.
+# This script requires autoconf-2.60 and automake-1.10 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or