]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh: Add fully-qualified paths to temp_rpath
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 28 Nov 2004 01:35:45 +0000 (01:35 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 28 Nov 2004 01:35:45 +0000 (01:35 +0000)
rather than unqualified paths in order to avoid possible errors
when computing the fully-qualified path later.

ChangeLog
config/ltmain.m4sh

index 35228a91f4eb978ca66e7416f58af8064be02f6c..8028b55d3a8e82d6c5f084fad2529942eff17629 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-27  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+       * config/ltmain.m4sh: Add fully-qualified paths to temp_rpath
+       rather than unqualified paths in order to avoid possible errors
+       when computing the fully-qualified path later.
+
 2004-11-24  Jeff Squyres <jsquyres@lam-mpi.org>
 
        * m4/libtool.m4 [linux] (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS,
index 2d5e32948da5bcb514f4a30177436cb745b98384..2e02351ac8a3a0b50b0432e3a0011257717bdfbe 100644 (file)
@@ -3518,7 +3518,7 @@ func_mode_link ()
              case "$temp_rpath " in
              *" $dir "*) ;;
              *" $absdir "*) ;;
-             *) temp_rpath="$temp_rpath $dir" ;;
+             *) temp_rpath="$temp_rpath $absdir" ;;
              esac
            fi