From 46e4f97dbc106e6b36ed00375f04ffb0aaea4e32 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Feb 2002 22:48:41 +0000 Subject: [PATCH] Tweak configure.in node. --- doc/ChangeLog | 5 +++++ doc/gettext.texi | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 91801f498..c1478a965 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-14 Bruno Haible + + * gettext.texi (configure.in): Mention the alternative for automake + users. Reported by Karl Berry. + 2002-01-14 Bruno Haible * gettext.texi (Glade): New node. diff --git a/doc/gettext.texi b/doc/gettext.texi index 1a4ccbe8c..b40faea5a 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -5689,6 +5689,13 @@ AC_SUBST(PACKAGE) AC_SUBST(VERSION) @end example +@noindent +or, if you are using GNU @code{automake}, by a line like this: + +@example +AM_INIT_AUTOMAKE(gettext, @value{VERSION}) +@end example + @noindent Of course, you replace @samp{gettext} with the name of your package, and @samp{@value{VERSION}} by its version numbers, exactly as they -- 2.47.2