]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (libtool script contents): Fix description
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Nov 2004 16:23:45 +0000 (16:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Nov 2004 16:23:45 +0000 (16:23 +0000)
of need_lib_prefix.

ChangeLog
doc/libtool.texi

index 221d45296223199e04bcdb0a23052284fe6a3e8a..f52c737a5a1e07af33483333f631dda189d689ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-09  Gary V. Vaughan  <gary@gnu.org>,
+           Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi (libtool script contents): Fix description
+       of need_lib_prefix.
+
 2004-11-07  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * m4/ltoptions.m4: Change all references of LT_LIBTOOL_INIT
index 8e936d24a41985b5f856bc8b0c02a97b3f1f65e0..eed495014a98c5ced65783ab10278572956bf537 100644 (file)
@@ -5162,13 +5162,11 @@ linking.
 @end defvar
 
 @defvar need_lib_prefix
-Whether libtool should automatically prefix module names with 'lib'.
+Whether we can @code{dlopen} modules without a @samp{lib} prefix.
 Set to @samp{yes} or @samp{no}.  By default, it is @samp{unknown}, which
 means the same as @samp{yes}, but documents that we are not really sure
-about it.
-@samp{yes} means that it is possible both to @code{dlopen} and to
-link against a library without 'lib' prefix,
-i.e. it requires @var{hardcode_direct} to be @samp{yes}.
+about it.  @samp{no} means that it is possible to @code{dlopen} a
+module without the @samp{lib} prefix.
 @end defvar
 
 @defvar need_version