From: Patrick Welche Date: Tue, 2 Mar 2004 13:49:38 +0000 (+0000) Subject: * doc/libtool.texi (LT_INIT): Dumb typos fixed. X-Git-Tag: release-1-9b~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4f63167ab598f19949dee7630129633356edf7;p=thirdparty%2Flibtool.git * doc/libtool.texi (LT_INIT): Dumb typos fixed. --- diff --git a/ChangeLog b/ChangeLog index d4b6d2fde..5c5182cb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-02 Patrick Welche + + * doc/libtool.texi (LT_INIT): Dumb typos fixed. + 2004-02-23 Gary V. Vaughan * ltmain.in : Add missing --help doc for diff --git a/doc/libtool.texi b/doc/libtool.texi index 3818faf36..6282967bd 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1638,7 +1638,7 @@ If you are using GNU Autoconf (or Automake), you should add a call to adds many new tests to the @code{configure} script so that the generated libtool script will understand the characteristics of the host: -@defmac LT_PREREQ(@var{VERSION}) +@defmac LT_PREREQ (@var{VERSION}) Ensure that a recent enough version of Libtool is being used. If the version of Libtool used for @code{LT_INIT} is earlier than @var{version}, print an error message to the standard @@ -1753,13 +1753,11 @@ default, depending on platform support, by specifying Change the default behaviour for @code{LT_INIT} to disable shared libraries. The user may still override this default by specifying @samp{--enable-shared}. -@end defmac @item disable-static Change the default behaviour for @code{LT_INIT} to disable static libraries. The user may still override this default by specifying @samp{--enable-static}. -@end defmac @end itemize