From f15fa67ff2df0c7c147b7f61062fe6594d75be99 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 13 Jan 2001 18:56:19 +0000 Subject: [PATCH] 2001-01-13 Kevin Ryde * automake.in (handle_ltlibraries): Omit -rpath from check_LTLIBRARIES, as per noinst_LTLIBRARIES. --- ChangeLog | 5 +++++ automake.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60cb4dea3..df3147d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-13 Kevin Ryde + + * automake.in (handle_ltlibraries): Omit -rpath from + check_LTLIBRARIES, as per noinst_LTLIBRARIES. + 2001-01-11 Tom Tromey * depcomp (case gcc3): Use -MD, not -M. diff --git a/automake.in b/automake.in index 533418cc6..5e8ee8d14 100755 --- a/automake.in +++ b/automake.in @@ -2049,7 +2049,9 @@ sub handle_ltlibraries } 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. -- 2.47.2