From: Ralf Wildenhues Date: Thu, 16 Mar 2006 20:47:54 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link): Comment out the X-Git-Tag: release-2-1b~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3514d5f59b1d4e7094dfa9872c0d9abcde3c9581;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_link): Comment out the code to remove uninstalled paths, as it is wrong here. Change the wrong shell quoting that kept it from "working" before. * THANKS: Updated. --- diff --git a/ChangeLog b/ChangeLog index 064e2e226..61b03b1e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-03-16 Ralf Wildenhues + * libltdl/config/ltmain.m4sh (func_mode_link): Comment out the + code to remove uninstalled paths, as it is wrong here. Change + the wrong shell quoting that kept it from "working" before. + * THANKS: Updated. + * libltdl/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ freebsd, dragonfly ]: Fix 1.5.22 regression caused by too strict $host_os match that stopped DragonFly from working. diff --git a/THANKS b/THANKS index 0363c56d0..64d84e09f 100644 --- a/THANKS +++ b/THANKS @@ -89,6 +89,7 @@ Jeff Squyres jsquyres@lam-mpi.org Jeremy C. Reed reed@reedmedia.net Joel N. Weber II devnull@gnu.org + Joerg Sonnenberger joerg@netbsd.org Joseph Beckenbach III jrb3@best.com Kenneth Albanowski kjahds@kjahds.com Kevin Ryde user42@zip.com.au diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index b6b5c3e08..92fedcdb3 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -4516,11 +4516,11 @@ func_mode_link () fi # Eliminate all temporary directories. - for path in $notinst_path; do - lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e 's% $path % %g'` - deplibs=`$ECHO "X$deplibs " | $Xsed -e 's% -L$path % %g'` - dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e 's% -L$path % %g'` - done + #for path in $notinst_path; do + # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` + # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` + # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` + #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them.