]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (LT_INIT): Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 24 Feb 2007 16:08:57 +0000 (16:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 24 Feb 2007 16:08:57 +0000 (16:08 +0000)
ChangeLog
doc/libtool.texi

index 7d57a62c32371b230032c09ca870d8d1061ffe3c..50f8be8c8c5c5969c98b9cf10f7dc034fcb700af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 431be5f8c76a466b5d015926fa34a7d8cc79c241..13b3202fda63146980f205fa8822e3bff6c6b006 100644 (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