]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Record the gnulib commit.
authorBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 18:50:20 +0000 (20:50 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 18:54:29 +0000 (20:54 +0200)
ChangeLog
autogen.sh

index 81d0b52991e5e1ad8de84a3952a1d5078f7c02be..0b40a50c01bdf50b0bc3ccc7bbd4951b71374371 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * version.sh: Bump to 0.18.
        * windows/gettext.rc: Update year.
+       * autogen.sh: Record the gnulib version that is being used.
 
 2010-05-08  Bruno Haible  <bruno@clisp.org>
 
index a7e89db104b6b9c58d853c846aa018893128e6de..a5cb2f08954e93efd75cb49d1fe368895135db9a 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.64 and automake-1.11 in the PATH.
+# This script requires autoconf-2.60..2.65 and automake-1.11.1 in the PATH.
 # It also requires either
 #   - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
 #     in a gnulib checkout, or
@@ -36,8 +36,8 @@
 # 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.)
+# (The gettext-0.18 release was prepared using gnulib commit
+# 190bf61ecbb3727a3dd742498938be9e251f9315 from 2010-05-09.)
 #
 # Usage from a released tarball:             ./autogen.sh --quick --skip-gnulib
 # This does not use a gnulib checkout.