]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2001-01-13 Kevin Ryde <user42@zip.com.au>
authorTom Tromey <tromey@redhat.com>
Sat, 13 Jan 2001 18:56:19 +0000 (18:56 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 13 Jan 2001 18:56:19 +0000 (18:56 +0000)
* automake.in (handle_ltlibraries): Omit -rpath from
check_LTLIBRARIES, as per noinst_LTLIBRARIES.

ChangeLog
automake.in

index 60cb4dea3544cbcbd52ec3d66879647337352e7b..df3147d471194d5b5f27c916f5647d722f673b83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 533418cc699b3a7c0423d83ef843558df523507b..5e8ee8d140e469baec9236fe9f88d30f3f784305 100755 (executable)
@@ -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.