From: Bruno Haible Date: Thu, 14 Feb 2002 22:48:41 +0000 (+0000) Subject: Tweak configure.in node. X-Git-Tag: v0.11.1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46e4f97dbc106e6b36ed00375f04ffb0aaea4e32;p=thirdparty%2Fgettext.git Tweak configure.in node. --- 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