has been improved, the default directory template is perfectly
fine.
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.
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.