From cfedba9fcf5aa9d123979d52e5dada28f40446ab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 6 Aug 2002 13:11:12 +0000 Subject: [PATCH] GETTEXT_VERSION is old, AM_GNU_GETTEXT_VERSION is new way. --- doc/ChangeLog | 5 +++++ doc/gettext.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index c040bb2bf..99a5b8dc6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-06 Bruno Haible + + * gettext.texi (Files under CVS): Recommend use of + AM_GNU_GETTEXT_VERSION. + 2002-08-02 Bruno Haible * gettext.texi (aclocal): Add ulonglong.m4. diff --git a/doc/gettext.texi b/doc/gettext.texi index ca388ae25..1ac67b263 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -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 -- 2.47.3