libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4-4-g92651fd


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-4-g92651fd
Date: Sun, 26 Sep 2010 19:38:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  92651fdcb86f24f893ca25c3fd5fe60ad4c1d0c6 (commit)
      from  888582c631422b6aaddc3913ba1693b3706a2c62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92651fdcb86f24f893ca25c3fd5fe60ad4c1d0c6
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Sep 26 21:36:35 2010 +0200

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 doc/libtool.texi |   10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b5f183d..a5e4940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-26  Ralf Wildenhues  <address@hidden>
+
+       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  <address@hidden>
 
        msvc: don't try to export import descriptors.
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 56852ca..cd5a181 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
address@hidden  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
address@hidden 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.


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]