]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't document use-libtool.
authorBruno Haible <bruno@clisp.org>
Thu, 23 Jan 2003 12:05:28 +0000 (12:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:57 +0000 (12:08 +0200)
doc/ChangeLog
doc/gettext.texi

index 31bafd4f86c854c87656aaedbe9ade924cbb07fc..8ae96bc8118d91145ece305d5dc309a830848d64 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-22  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (AM_GNU_GETTEXT): Don't document use-libtool, as it's
+       useless.
+       Reported by Simon Josefsson <jas@extundo.com> and
+       Alexandre Duret-Lutz <duret_g@lrde.epita.fr>.
+
 2003-01-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am: Make use of += for variables.
index 9a5282dd5b03911c191e8445e0c5e483f1350f27..6bad1e334f5e4d60f0bc0d53f45383b51a5b92f8 100644 (file)
@@ -59,7 +59,7 @@
 This file provides documentation for GNU @code{gettext} utilities.
 It also serves as a reference for the free Translation Project.
 
-Copyright (C) 1995, 1996, 1997, 1998, 2001, 2002 Free Software Foundation, Inc.
+Copyright (C) 1995-1998, 2001-2003 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -94,7 +94,7 @@ by the Foundation.
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1995, 1996, 1997, 1998, 2001, 2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1995-1998, 2001-2003 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -6328,17 +6328,16 @@ syntax is
 AM_GNU_GETTEXT([@var{intlsymbol}], [@var{needsymbol}], [@var{intldir}])
 @end example
 
-@var{intlsymbol} can be one of @samp{external}, @samp{no-libtool},
-@samp{use-libtool}. The default (if it is not specified or empty) is
-@samp{no-libtool}. @var{intlsymbol} should be @samp{external} for packages
-with no @file{intl/} directory, and @samp{no-libtool} or @samp{use-libtool}
-for packages with an @file{intl/} directory. If @var{intlsymbol} is
-@samp{use-libtool}, then a libtool library
-@code{$(top_builddir)/intl/libintl.la} will be created (shared and/or static,
-depending on @code{--@{enable,disable@}-@{shared,static@}} and on the
-presence of @code{AM_DISABLE_SHARED}). If @var{intlsymbol} is
-@samp{no-libtool}, a static library
-@code{$(top_builddir)/intl/libintl.a} will be created.
+@c We don't document @var{intlsymbol} = @samp{use-libtool} here, because
+@c it is of no use for packages other than GNU gettext itself. (Such packages
+@c are not allowed to install the shared libintl. But if they use libtool,
+@c then it is in order to install shared libraries that depend on libintl.)
+@var{intlsymbol} can be @samp{external} or @samp{no-libtool}.  The default
+(if it is not specified or empty) is @samp{no-libtool}.  @var{intlsymbol}
+should be @samp{external} for packages with no @file{intl/} directory,
+and @samp{no-libtool} for packages with an @file{intl/} directory.  In
+the latter case, a static library @code{$(top_builddir)/intl/libintl.a}
+will be created.
 
 If @var{needsymbol} is specified and is @samp{need-ngettext}, then GNU
 gettext implementations (in libc or libintl) without the @code{ngettext()}