* ltmain.in: test != no, not = yes
* doc/libtool.texi: document unknown
+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
@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
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*
;;
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