From: Alexandre Oliva Date: Mon, 19 Jul 1999 11:44:01 +0000 (+0000) Subject: * doc/libtool.texi (Porting inter-library dependencies): Typos X-Git-Tag: multi-language-fork~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ca174015b1be83650336037c79ccd2d7001484;p=thirdparty%2Flibtool.git * doc/libtool.texi (Porting inter-library dependencies): Typos Reported by Petter Reinholdtsen --- diff --git a/ChangeLog b/ChangeLog index 56b7cc5a6..cc37637c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-19 Alexandre Oliva + + * doc/libtool.texi (Porting inter-library dependencies): Typos + Reported by Petter Reinholdtsen + 1999-07-17 Thomas Tanner * NEWS, TODO: updated (pic flags) diff --git a/doc/libtool.texi b/doc/libtool.texi index a2193379a..0c9e18837 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3648,7 +3648,7 @@ It causes deplibs to be reassigned deplibs="". That way @samp{archive_cmds} can contain deplibs on all platforms, but not have deplibs used unless needed. -@item unkwnon +@item unknown @vindex unknown is the default for all systems unless overridden in @file{ltconfig.in}. It is the same as @samp{none}, but it documents that we really don't @@ -3656,7 +3656,7 @@ know what the correct value should be, and we welcome patches that improve it. @end table -Then in @file{ltmain.in} we have the real workhorse: a litle +Then in @file{ltmain.in} we have the real workhorse: a little initialization and postprocessing (to setup/release variables for use with eval echo libname_spec etc.) and a case statement that decides which method is being used. This is the real code... I wish I could