mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* doc/libtool.texi (LT_INIT): Dumb typos fixed.
This commit is contained in:
parent
c86c323877
commit
3c4f63167a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user