duplicate run path entries with the correct separator.
2006-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * libltdl/config/ltmain.m4sh (func_mode_link): Fix matching
+ duplicate run path entries with the correct separator.
+
* tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older
shells.
# We need to hardcode the library path
if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
# Make sure the rpath contains only unique directories.
- case "$temp_rpath " in
+ case "$temp_rpath:" in
*"$absdir:"*) ;;
*) temp_rpath="$temp_rpath$absdir:" ;;
esac