]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Explain the role of the AM_GNU_GETTEXT_VERSION argument.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2005 12:04:25 +0000 (12:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:09 +0000 (12:12 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 278da89a07f9eb50b207a7ae0e2884a358bf480a..9204a75035dc5f78d20be52667c63fbc2bfd2916 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Files under CVS): Explain the role of the
+       AM_GNU_GETTEXT_VERSION argument.
+
 2005-02-05  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Release Management): New section.
index 294323baa59771f08316650e436001931584cbd1..343df7fe9981c9a9a3e954d7a04b86daed740a26 100644 (file)
@@ -7259,6 +7259,18 @@ and adds to the package's pre-build script an invocation of
 @code{autopoint} invocation will copy into the right place the
 @code{gettext} infrastructure files that have been omitted from the CVS.
 
+The version number used as argument to @code{AM_GNU_GETTEXT_VERSION} is
+the version of the @code{gettext} infrastructure that the package wants
+to use.  It is also the minimum version number of the @samp{autopoint}
+program.  So, if you write @code{AM_GNU_GETTEXT_VERSION(0.11.5)} then the
+developers can have any version >= 0.11.5 installed; the package will work
+with the 0.11.5 infrastructure in all developers' builds.  When the
+maintainer then runs gettextize from, say, version 0.12.1 on the package,
+the occurrence of @code{AM_GNU_GETTEXT_VERSION(0.11.5)} will be changed
+into @code{AM_GNU_GETTEXT_VERSION(0.12.1)}, and all other developers that
+use the CVS will henceforth need to have GNU code{gettext} 0.12.1 or newer
+installed.
+
 @node autopoint Invocation,  , Files under CVS, CVS Issues
 @subsection Invoking the @code{autopoint} Program