]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link): Comment out the
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Mar 2006 20:47:54 +0000 (20:47 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Mar 2006 20:47:54 +0000 (20:47 +0000)
code to remove uninstalled paths, as it is wrong here.  Change
the wrong shell quoting that kept it from "working" before.
* THANKS: Updated.

ChangeLog
THANKS
libltdl/config/ltmain.m4sh

index 064e2e226370c23fa88d869b7bce07ed2c1c9f08..61b03b1e768f1adf58eb1c5cc4e6e149c8f699f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * 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 0363c56d07a7f283e323f99851290c68d79848b3..64d84e09f795c56821d8ca4e89072e7d001c2cad 100644 (file)
--- 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
index b6b5c3e0832e60ed70c133044dbd801eed9688e1..92fedcdb3fefb44882b893b03a77d4386ca7d6e7 100644 (file)
@@ -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.