From 214af01fb1ca5d50e6b31a8b83c8bc6d4918541f Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Thu, 1 Apr 1999 16:07:07 +0000 Subject: [PATCH] * doc/libtool.texi: documented deplibs.test --- ChangeLog | 2 ++ doc/libtool.texi | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e2aff84f..25f1fd5bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-01 Thomas Tanner + * 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, diff --git a/doc/libtool.texi b/doc/libtool.texi index 0f1192be3..a8408f20e 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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 -- 2.47.3