]> 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:24 +0000 (22:48 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 16 Mar 1999 22:48:24 +0000 (22:48 +0000)
skip the test with lt-hell

ChangeLog
tests/build-relink.test

index b6e2b10db7db67bd3d286e22ff20c33d488d7719..b7158f155185433294a8c28608899e0c6efbb814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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
+
 1999-03-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * Makefile.am (EXTRA_DIST): add mkstamp
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