]> 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 00:41:35 +0000 (00:41 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 28 Nov 2004 00:41:35 +0000 (00:41 +0000)
rather than unqualified paths in order to avoid possible errors
when computing the fully-qualified path later.

ChangeLog
config/ltmain.m4sh

index 14f7fb56af61443a03ceeee0522a5f4f19a3f527..8fe57aaeefc623041d99cdcad5e8b1a89faf1679 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 e13e2e3f2ea2bedb34f359ba52011d6c653e37d0..8bd17d24bfe3cf0d48fe584ea39b309a650d4f96 100644 (file)
@@ -3519,7 +3519,7 @@ func_mode_link ()
              case "$temp_rpath " in
              *" $dir "*) ;;
              *" $absdir "*) ;;
-             *) temp_rpath="$temp_rpath $dir" ;;
+             *) temp_rpath="$temp_rpath $absdir" ;;
              esac
            fi