summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-14 19:34:55 +0200
committerBruno Haible <bruno@clisp.org>2009-08-14 19:34:55 +0200
commit7ecb6fbe420aff67b153d31926685111cc110434 (patch)
tree7ff887901ecefd381e9009f600d9e78fe635dbbf /autogen.sh
parentb1ee2a7d139c74251ed556bf87314e49373b354c (diff)
downloadexternal_gettext-7ecb6fbe420aff67b153d31926685111cc110434.zip
external_gettext-7ecb6fbe420aff67b153d31926685111cc110434.tar.gz
external_gettext-7ecb6fbe420aff67b153d31926685111cc110434.tar.bz2
Update comments.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index b44e2fa..33ae95c 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.60..2.63 and automake-1.11 in the PATH.
+# This script requires autoconf-2.60..2.64 and automake-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
@@ -27,8 +27,8 @@
# Usage: ./autogen.sh [--quick] [--skip-gnulib]
#
-# Usage after a first-time CVS checkout: ./autogen.sh
-# Usage after a CVS update: ./autogen.sh --quick
+# Usage after a first-time git clone / cvs checkout: ./autogen.sh
+# Usage after a git clone / cvs update: ./autogen.sh --quick
# This uses an up-to-date gnulib checkout.
# (The gettext-0.17 release was prepared using gnulib commit
# bf5ebbca03613397b66521e98dd4ce28741c4689 from 2007-11-07.)