]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_mode_install): Now that func_mktempdir
authorGary V. Vaughan <gary@gnu.org>
Mon, 22 Nov 2004 22:36:16 +0000 (22:36 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 22 Nov 2004 22:36:16 +0000 (22:36 +0000)
has been improved, the default directory template is perfectly
fine.

ChangeLog
config/ltmain.m4sh

index 297c3b67367ff21b3791f42a3672e2df0764c1d2..d97195b1ec89e8541732df9ef805d2382cabba63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-11-22  Gary V. Vaughan  <gary@gnu.org>
 
+       * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir
+       has been improved, the default directory template is perfectly
+       fine.
+
        * doc/libtool.texi (Invoking libtoolize): Improve documentation
        for use of ACLOCAL_AMFLAGS and AC_CONFIG_MACRO_DIR.
 
index 79788a78659f56280dfe25391aaac527bec4c996..2d5e32948da5bcb514f4a30177436cb745b98384 100644 (file)
@@ -2003,7 +2003,7 @@ func_mode_install ()
          if test "$fast_install" = no && test -n "$relink_command"; then
            $opt_dry_run || {
              if test "$finalize" = yes; then
-               tmpdir=`func_mktempdir "${TMPDIR-/tmp}/libtool-XXXXXXXX"`
+               tmpdir=`func_mktempdir`
                file=`$ECHO "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
                outputname="$tmpdir/$file"
                # Replace the output file specification.