]> 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:28:48 +0000 (22:28 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 22 Nov 2004 22:28:48 +0000 (22:28 +0000)
has been improved, the default directory template is perfectly
fine.

ChangeLog
config/ltmain.m4sh

index 8b4545d210fd5ff213f158e5b0c6ff01cfa6a0b5..6f381a9316724732fb4e0093ffc92eddc744b668 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 7d8175f7ce2904f96456130554aa981bea5305c2..e13e2e3f2ea2bedb34f359ba52011d6c653e37d0 100644 (file)
@@ -2005,7 +2005,7 @@ func_mode_install ()
          outputname=
          if test "$fast_install" = no && test -n "$relink_command"; then
            if test "$finalize" = yes && test -z "$run"; 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.