]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (link_all_deplibs): set to unknown by default
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 2 Apr 1999 05:04:56 +0000 (05:04 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 2 Apr 1999 05:04:56 +0000 (05:04 +0000)
* ltmain.in: test != no, not = yes
* doc/libtool.texi: document unknown

ChangeLog
doc/libtool.texi
ltconfig.in
ltmain.in

index 25f1fd5bfcd90d1e65223a945408e4efa1b326c1..319c6b91e46b65aa06671804946d06efe5c35e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a8408f20e2c5879d56a5a8e5d821375da4703fe0..28b6caf029f3916a63d56c2f0417b444e2abde74 100644 (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
index 36b43696d4a46185519e19743ecb382d2c8cfbce..3b9b677ad44e256bfcefbb0d59ce41c62a6664ce 100755 (executable)
@@ -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*
index 64b8b86f0c75a091abf794c5cf1f6d3e6b1e37a2..6a71a32ddbc67d8a264d12eda1da093d2c230425 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -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