From: Alexandre Oliva Date: Tue, 16 Mar 1999 22:48:16 +0000 (+0000) Subject: * tests/build-relink.test (hardcode_action): when set to relink, X-Git-Tag: release-1-3~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76cbba7e5ab4be4a05f5aee74aaf30a0623c8152;p=thirdparty%2Flibtool.git * tests/build-relink.test (hardcode_action): when set to relink, skip the test with lt-hell --- diff --git a/ChangeLog b/ChangeLog index 50c26f454..23e52dab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-16 Alexandre Oliva + * tests/build-relink.test (hardcode_action): when set to relink, + skip the test with lt-hell + * Makefile.am (EXTRA_DIST): add mkstamp Reported by Xavier Pianet diff --git a/tests/build-relink.test b/tests/build-relink.test index 9fb506e04..4fc89d67b 100755 --- a/tests/build-relink.test +++ b/tests/build-relink.test @@ -78,6 +78,11 @@ else echo "Failed, as expected" fi +if egrep -e '^hardcode_action=relink$' ./libtool > /dev/null 2>&1; then + echo "= Exiting: install-time relinking is required" + exit 0 +fi + if test "$shlibpath_overrides_runpath" != yes; then rm -f $objdir/lt-hell || exit 1 cp $objdir/hell $objdir/lt-hell || exit 1