* 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:
Alexandre Oliva 1999-04-02 05:04:56 +00:00 committed by Alexandre Oliva
parent 214af01fb1
commit 0319e34536
4 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

@ -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*

View File

@ -2515,7 +2515,7 @@ EOF
;;
esac
if test "$link_all_deplibs" = yes || \
if test "$link_all_deplibs" != no || \
test "$fast_install" = yes || \
test "$build_libtool_libs" = no || \
test -z "$library_names"; then