* automake.in (handle_ltlibraries): Omit -rpath from
check_LTLIBRARIES, as per noinst_LTLIBRARIES.
+2001-01-13 Kevin Ryde <user42@zip.com.au>
+
+ * automake.in (handle_ltlibraries): Omit -rpath from
+ check_LTLIBRARIES, as per noinst_LTLIBRARIES.
+
2001-01-11 Tom Tromey <tromey@redhat.com>
* depcomp (case gcc3): Use -MD, not -M.
}
local ($rpath);
- if ($instdirs{$onelib} eq 'EXTRA' || $instdirs{$onelib} eq 'noinst')
+ if ($instdirs{$onelib} eq 'EXTRA'
+ || $instdirs{$onelib} eq 'noinst'
+ || $instdirs{$onelib} eq 'check')
{
# It's an EXTRA_ library, so we can't specify -rpath,
# because we don't know where the library will end up.