From: Gary V. Vaughan Date: Mon, 22 Nov 2004 22:28:48 +0000 (+0000) Subject: * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57284457a30dca44b9536b840dbbf9239c4c9387;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir has been improved, the default directory template is perfectly fine. --- 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.