]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
GETTEXT_VERSION is old, AM_GNU_GETTEXT_VERSION is new way.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Aug 2002 13:11:12 +0000 (13:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:43 +0000 (12:08 +0200)
doc/ChangeLog
doc/gettext.texi

index c040bb2bf0784167d77530844b0ed86b3d0dd626..99a5b8dc6934818182a142d10a3c55324b36c605 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Files under CVS): Recommend use of
+       AM_GNU_GETTEXT_VERSION.
+
 2002-08-02  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (aclocal): Add ulonglong.m4.
index ca388ae25801ff3ba5acfd6d1cbaffd97acbc132..1ac67b263694dcac8c8f91cbd7473e37027932d7 100644 (file)
@@ -6554,7 +6554,7 @@ adds to the @file{configure.in} or @file{configure.ac} a line of the
 form
 
 @example
-GETTEXT_VERSION=@value{VERSION}
+AM_GNU_GETTEXT_VERSION(@value{VERSION})
 @end example
 
 @noindent