From: Alexandre Oliva Date: Fri, 19 Mar 1999 17:30:12 +0000 (+0000) Subject: * doc/libtool.texi: reorder tests to reflect execution order X-Git-Tag: release-1-3~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c3570b157eaaafe09861f785024fd6e2940fe46;p=thirdparty%2Flibtool.git * doc/libtool.texi: reorder tests to reflect execution order --- diff --git a/ChangeLog b/ChangeLog index f5355fea5..54eeba8d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-03-19 Alexandre Oliva + * doc/libtool.texi: reorder tests to reflect execution order + * tests/noinst-link.test: new test * tests/Makefile.am (TESTS): added noinst-link.test * doc/libtool.texi: document it diff --git a/doc/libtool.texi b/doc/libtool.texi index e421adc80..be24a308c 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3136,12 +3136,6 @@ both), @file{cdemo-static.test} builds only static libraries (@samp{--disable-shared}), and @file{cdemo-shared.test} builds only shared libraries (@samp{--disable-static}). -@item build-relink.test -@pindex build-relink.test -Checks whether variable @var{shlibpath_overrides_runpath} is properly -set. If the test fails and @var{VERBOSE} is set, it will indicate what -the variable should have been set to. - @item hardcode.test @pindex hardcode.test On all systems with shared libraries, the location of the library can be @@ -3150,6 +3144,12 @@ executables}. This test checks the conditions under which your system linker hardcodes the library location, and guarantees that they correspond to libtool's own notion of how your linker behaves. +@item build-relink.test +@pindex build-relink.test +Checks whether variable @var{shlibpath_overrides_runpath} is properly +set. If the test fails and @var{VERBOSE} is set, it will indicate what +the variable should have been set to. + @item noinst-link.test @pindex noinst-link.test Checks whether libtool will not try to link with a previously installed