From: Ralf Wildenhues Date: Mon, 29 Nov 2004 16:58:53 +0000 (+0000) Subject: * doc/libtool.texi (Reloadable objects): Fix typo, reported by X-Git-Tag: release-1-5-12~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb11789cc5271e05ff51f0e4b9f2c85e00edc1d8;p=thirdparty%2Flibtool.git * doc/libtool.texi (Reloadable objects): Fix typo, reported by rsc@merit.edu. --- diff --git a/ChangeLog b/ChangeLog index 41608f4c5..0bed08318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-29 Ralf Wildenhues + * doc/libtool.texi (Reloadable objects): Fix typo, reported by + rsc@merit.edu. + * ltmain.in: Allow some compiler/linker flags through unchecked. Backport of patch `2004-09-14 Albert Chin-A-Young' from branch-2-0. diff --git a/doc/libtool.texi b/doc/libtool.texi index c03ec084d..77a21e80e 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -4266,7 +4266,7 @@ to listed after those libraries whose symbols they provide. Particularly, if a pair of static archives each resolve some of the other's symbols, it might be necessary to list one of those archives both before and after the other one. Libtool does not currently cope -with this situation well, since dupicate libraries are removed from +with this situation well, since duplicate libraries are removed from the link line by default. Libtool provides the command line option @samp{--preserve-dup-deps} to preserve all duplicate dependencies in cases where it is necessary.