From: Ralf Wildenhues Date: Sun, 26 Sep 2010 19:36:35 +0000 (+0200) Subject: docs: do not refer to Libtool version with dlopen functionality. X-Git-Tag: v2.4.2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92651fdcb86f24f893ca25c3fd5fe60ad4c1d0c6;p=thirdparty%2Flibtool.git docs: do not refer to Libtool version with dlopen functionality. * doc/libtool.texi (Dlopened modules): Remove broken reference to what should have been Libtool 0.9g. Report by Roumen Petrov. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b5f183d14..a5e49402e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-09-26 Ralf Wildenhues + + docs: do not refer to Libtool version with dlopen functionality. + * doc/libtool.texi (Dlopened modules): Remove broken reference + to what should have been Libtool 0.9g. + Report by Roumen Petrov. + 2010-09-23 Peter Rosin msvc: don't try to export import descriptors. diff --git a/doc/libtool.texi b/doc/libtool.texi index 56852ca10..cd5a1812d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3312,11 +3312,11 @@ interpreted language. In fact, dlopen calls are frequently used in language interpreters to provide an efficient way to extend the language. -As of version @value{VERSION}, libtool provides support for dlopened -modules. However, you should indicate that your package is willing to -use such support, by using the @code{LT_INIT} option @samp{dlopen} in -@file{configure.ac}. If this option is not given, libtool will assume -no dlopening mechanism is available, and will try to simulate it. +Libtool provides support for dlopened modules. However, you should +indicate that your package is willing to use such support, by using the +@code{LT_INIT} option @samp{dlopen} in @file{configure.ac}. If this +option is not given, libtool will assume no dlopening mechanism is +available, and will try to simulate it. This chapter discusses how you as a dlopen application developer might use libtool to generate dlopen-accessible modules.