* config/ltmain.m4sh (func_mode_install): Now that func_mktempdir

has been improved, the default directory template is perfectly
fine.
This commit is contained in:
Gary V. Vaughan 2004-11-22 22:36:16 +00:00
parent 7b5fea6fe2
commit 62a363718f
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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.