summaryrefslogtreecommitdiffstats
path: root/doc/gettext.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-02-14 22:48:41 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:22:30 +0200
commit46e4f97dbc106e6b36ed00375f04ffb0aaea4e32 (patch)
tree13ceba4ddca9aea0643c6ab9aa1333a306f4aa27 /doc/gettext.texi
parentea04fc8aed28cb649c3a24f4816385bf5ab7bd9d (diff)
downloadexternal_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.zip
external_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.tar.gz
external_gettext-46e4f97dbc106e6b36ed00375f04ffb0aaea4e32.tar.bz2
Tweak configure.in node.
Diffstat (limited to 'doc/gettext.texi')
-rw-r--r--doc/gettext.texi7
1 files changed, 7 insertions, 0 deletions
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