]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
docs: do not refer to Libtool version with dlopen functionality.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 26 Sep 2010 19:36:35 +0000 (21:36 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 26 Sep 2010 19:37:58 +0000 (21:37 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/libtool.texi

index b5f183d14e9081a2a315f565bf0c435af552b4b0..a5e49402e816731042ab2128062c4bba41b4e8a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <peda@lysator.liu.se>
 
        msvc: don't try to export import descriptors.
index 56852ca10b92fd557e9a9d5b8f78feb2ff67ead9..cd5a1812d54b15922d3abd7c1c63a515046486e2 100644 (file)
@@ -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.