* doc/libtool.texi (LT_INIT): Dumb typos fixed.

This commit is contained in:
Patrick Welche 2004-03-02 13:49:38 +00:00 committed by Gary V. Vaughan
parent c86c323877
commit 3c4f63167a
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-03-02 Patrick Welche <prlw1@newn.cam.ac.uk>
* doc/libtool.texi (LT_INIT): Dumb typos fixed.
2004-02-23 Gary V. Vaughan <gary@gnu.org>
* ltmain.in <install mode>: Add missing --help doc for

View File

@ -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