]> 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:07 +0000 (16:07 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 1 Apr 1999 16:07:07 +0000 (16:07 +0000)
ChangeLog
doc/libtool.texi

index 8e2aff84f7bbfeb474398f623a363f115910f628..25f1fd5bfcd90d1e65223a945408e4efa1b326c1 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 0f1192be3a8f726eeedb4bca08e23edf536b3131..a8408f20e2c5879d56a5a8e5d821375da4703fe0 100644 (file)
@@ -3133,6 +3133,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