diff options
author | Bruno Haible <bruno@clisp.org> | 2002-02-14 22:48:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 01:22:30 +0200 |
commit | 46e4f97dbc106e6b36ed00375f04ffb0aaea4e32 (patch) | |
tree | 13ceba4ddca9aea0643c6ab9aa1333a306f4aa27 /doc | |
parent | ea04fc8aed28cb649c3a24f4816385bf5ab7bd9d (diff) | |
download | external_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.zip external_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.tar.gz external_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.tar.bz2 |
Tweak configure.in node.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gettext.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 91801f4..c1478a9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-14 Bruno Haible <bruno@clisp.org> + + * gettext.texi (configure.in): Mention the alternative for automake + users. Reported by Karl Berry. + 2002-01-14 Bruno Haible <bruno@clisp.org> * gettext.texi (Glade): New node. diff --git a/doc/gettext.texi b/doc/gettext.texi index 1a4ccbe..b40faea 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -5690,6 +5690,13 @@ 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 should appear in the packaged @code{tar} file name of your distribution |