* doc/libtool.texi (LT_INIT): Fix typo.

This commit is contained in:
Ralf Wildenhues 2007-02-24 16:08:57 +00:00
parent dc746dbea4
commit 2c878695fd
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2007-02-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/libtool.texi (LT_INIT): Fix typo.
* doc/libtool.texi (Libtool test suite): Mention the new
testsuite. Point to README rather than INSTALL for testing
instructions.

View File

@ -2069,7 +2069,7 @@ The option @samp{disable-shared} to @code{LT_INIT} is a shorthand for this.
Change the default behaviour for @code{LT_INIT} to enable shared libraries.
This is the default on all systems where Libtool knows how to create
shared libraries. The user may still override this default by specifying
@samp{--disble-shared}. The option @samp{shared} to @code{LT_INIT} is a
@samp{--disable-shared}. The option @samp{shared} to @code{LT_INIT} is a
shorthand for this.
@code{AM_ENABLE_SHARED} is a deprecated alias for @code{AC_ENABLE_SHARED}.
@end defmac