mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* ltconfig.in (link_all_deplibs): set to unknown by default
* ltmain.in: test != no, not = yes * doc/libtool.texi: document unknown
This commit is contained in:
parent
214af01fb1
commit
0319e34536
@ -1,3 +1,9 @@
|
||||
1999-04-02 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (link_all_deplibs): set to unknown by default
|
||||
* ltmain.in: test != no, not = yes
|
||||
* doc/libtool.texi: document unknown
|
||||
|
||||
1999-04-01 Thomas Tanner <tanner@gmx.de>
|
||||
|
||||
* doc/libtool.texi: documented deplibs.test
|
||||
|
@ -3874,7 +3874,8 @@ the file name that the linker finds when given @samp{-l@var{name}}.
|
||||
|
||||
@defvar link_all_deplibs
|
||||
Whether libtool must link a program against all its dependency libraries.
|
||||
Set to @samp{yes} or @samp{no}. Default is @samp{no}.
|
||||
Set to @samp{yes} or @samp{no}. Default is @samp{unknown}, which is
|
||||
a synonym for @samp{yes}.
|
||||
@end defvar
|
||||
|
||||
@defvar link_static_flag
|
||||
|
@ -1008,7 +1008,7 @@ hardcode_direct=no
|
||||
hardcode_minus_L=no
|
||||
hardcode_shlibpath_var=unsupported
|
||||
runpath_var=
|
||||
link_all_deplibs=no
|
||||
link_all_deplibs=unknown
|
||||
always_export_symbols=no
|
||||
export_symbols_cmds='$NM $libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
||||
# include_expsyms should be a list of space-separated symbols to be *always*
|
||||
|
Loading…
Reference in New Issue
Block a user