From: Peter Rosin Date: Mon, 1 Nov 2010 07:11:34 +0000 (+0100) Subject: * doc/libtool.texi (Platform quirks): Fix typo. X-Git-Tag: v2.4.2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f625441532855d7238f1f3ff4c39902a6d92fc;p=thirdparty%2Flibtool.git * doc/libtool.texi (Platform quirks): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index f6be7e4a2..d3ecba7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-01 Peter Rosin + + * doc/libtool.texi (Platform quirks): Fix typo. + 2010-10-30 Ralf Wildenhues docs: mention shell requirement for libtool script. diff --git a/doc/libtool.texi b/doc/libtool.texi index fa8d0d193..152d49107 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -5970,7 +5970,7 @@ launch the MinGW application from GNU/Linux. However, the wrapper executable, as a host platform (MinGW) application, must set the @env{PATH} variable so that the true application's dependent libraries can be located---but the contents of the @env{PATH} variable must be structured for MinGW. Libtool -must use the Wine file name mapping facilities to determined the correct value +must use the Wine file name mapping facilities to determine the correct value so that the wrapper executable can set the @env{PATH} variable to point to the correct location.