]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi: documented deplibs.test
authorThomas Tanner <tanner@gmx.de>
Thu, 1 Apr 1999 16:07:59 +0000 (16:07 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 1 Apr 1999 16:07:59 +0000 (16:07 +0000)
ChangeLog
doc/libtool.texi

index 73029a556e8df8b895e5f00689726b3abb27de9f..dbf3b3eb737ca82402733636b2949e1205126cc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-01 Thomas Tanner  <tanner@gmx.de>
 
+       * doc/libtool.texi: documented deplibs.test
+
        * demo/Makefile.am: moved testsuite specific declarations to the end,
          the deplibs check is now optional
        * libltdl/configure.in: read libtool --config only once,
index b94a12428fda3135ec1da049c2dbaf6b6e0aa7d4..1c959d956b0079fbaa41ef99f9dfde3227623728 100644 (file)
@@ -3135,6 +3135,13 @@ shared libraries (@samp{--disable-static}).
 @file{demo-nofast.test} configures @file{demo/libtool} to
 disable the fast-install mode (@samp{--enable-fast-install=no}.
 
+@item deplibs.test
+@pindex deplibs.test
+Many systems cannot link static libraries into shared libraries.
+libtool uses a @code{deplibs_check_method} to prevent such cases.
+This tests checks whether libtool's @code{deplibs_check_method}
+works properly.
+
 @item mdemo-conf.test
 @itemx mdemo-exec.test
 @itemx mdemo-inst.test