]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/build-relink.test (hardcode_action): when set to relink,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 16 Mar 1999 22:48:16 +0000 (22:48 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 16 Mar 1999 22:48:16 +0000 (22:48 +0000)
skip the test with lt-hell

ChangeLog
tests/build-relink.test

index 50c26f454e9887aaef70abd7a967ac4ee9233319..23e52dab94a83e1313d6fcc43451f869fa970790 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-03-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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 <xavier@xingo.com>
 
index 9fb506e04799da146a999cf72c9c8952247012d0..4fc89d67b7118aa5cffd8dba5febc729225f4d7c 100755 (executable)
@@ -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