From 57284457a30dca44b9536b840dbbf9239c4c9387 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 22 Nov 2004 22:28:48 +0000 Subject: [PATCH] * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir has been improved, the default directory template is perfectly fine. --- ChangeLog | 4 ++++ config/ltmain.m4sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b4545d21..6f381a931 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-11-22 Gary V. Vaughan + * 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. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 7d8175f7c..e13e2e3f2 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -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. -- 2.47.2