mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* doc/libtool.texi (libtool script contents): Fix description
of need_lib_prefix.
This commit is contained in:
parent
e5d7f88100
commit
0afb0d1e7b
@ -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-08 Peter Ekberg <spam.protected>
|
2004-11-08 Peter Ekberg <spam.protected>
|
||||||
|
|
||||||
* config/ltmain.m4sh (func_mode_link): forward thread
|
* config/ltmain.m4sh (func_mode_link): forward thread
|
||||||
|
@ -5162,13 +5162,11 @@ linking.
|
|||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
@defvar need_lib_prefix
|
@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
|
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
|
means the same as @samp{yes}, but documents that we are not really sure
|
||||||
about it.
|
about it. @samp{no} means that it is possible to @code{dlopen} a
|
||||||
@samp{yes} means that it is possible both to @code{dlopen} and to
|
module without the @samp{lib} prefix.
|
||||||
link against a library without 'lib' prefix,
|
|
||||||
i.e. it requires @var{hardcode_direct} to be @samp{yes}.
|
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
@defvar need_version
|
@defvar need_version
|
||||||
|
Loading…
Reference in New Issue
Block a user