skip the test with lt-hell
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>
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