From: Gary V. Vaughan Date: Mon, 22 Nov 2004 22:36:16 +0000 (+0000) Subject: * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir X-Git-Tag: release-2-1b~847 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a363718f30c49b4484836d4d7513c8fd127d3f;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 297c3b673..d97195b1e 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 79788a786..2d5e32948 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -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.