]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.in (func_mode_install): Need to set $tmpdir before
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 1 Oct 2004 12:43:20 +0000 (12:43 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 1 Oct 2004 12:43:20 +0000 (12:43 +0000)
using it.

ChangeLog
config/ltmain.in

index 72b09c3cb58dd5eb1f9915df67b2e1664d3dbe1e..265b8a584a53150bd5c7ab3f9aaaa2808b94cf8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * config/ltmain.in (func_mode_install): Need to set $tmpdir before
+       using it.
+
        * config/ltmain.in (func_mode_link): Fix quoting bug.  Fixes
        e.g. the quoting of the -export-symbols-regex argument in .la
        files' relink_command.
index 7ded8e4ca7adbd8222c1a4cac3b88f1a18bdf00b..e6f2d8ea402a5b0f7300f93457b70d3d9c3e52b5 100644 (file)
@@ -1988,7 +1988,7 @@ func_mode_install ()
          outputname=
          if test "$fast_install" = no && test -n "$relink_command"; then
            if test "$finalize" = yes && test -z "$run"; then
-             func_mktempdir "${TMPDIR-/tmp}/libtool-XXXXXXXX"
+             tmpdir=`func_mktempdir "${TMPDIR-/tmp}/libtool-XXXXXXXX"`
              file=`$ECHO "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
              outputname="$tmpdir/$file"
              # Replace the output file specification.