]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comments.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 17:34:55 +0000 (19:34 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2009 17:34:55 +0000 (19:34 +0200)
ChangeLog
autogen.sh

index 6c5d0c62928a68c7a4dc3a9c1fcec62669eb0b24..09cfdd08ef7becde4591416b3751b3174272b886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-14  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh: Update comments.
+
 2009-08-14  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh: Create gettext-tools/intl directory before running
index b44e2faa6b3f0ac856b9d4bf2f5d087fb586d8db..33ae95cbc5b76b16fb22b4b0558e2eea67a4728a 100755 (executable)
@@ -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.)