summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-26 21:36:35 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-26 21:37:58 +0200
commit92651fdcb86f24f893ca25c3fd5fe60ad4c1d0c6 (patch)
tree46c5be3359f07b92d73b7ce3af9e1e0e51720a34 /doc
parent888582c631422b6aaddc3913ba1693b3706a2c62 (diff)
downloadlibtool-92651fdcb86f24f893ca25c3fd5fe60ad4c1d0c6.tar.gz
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 <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/libtool.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 56852ca1..cd5a1812 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.