From: Ralf Wildenhues Date: Sat, 24 Feb 2007 16:08:57 +0000 (+0000) Subject: * doc/libtool.texi (LT_INIT): Fix typo. X-Git-Tag: release-2-1b~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c878695fdf28ec6f1d65a863fd97775d58bce3c;p=thirdparty%2Flibtool.git * doc/libtool.texi (LT_INIT): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 7d57a62c3..50f8be8c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-24 Ralf Wildenhues + * 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. diff --git a/doc/libtool.texi b/doc/libtool.texi index 431be5f8c..13b3202fd 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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