2004-10-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * config/ltmain.in (func_mode_install): Need to set $tmpdir before
+ using it.
+
* config/ltmain.in (func_mode_link): Fix quoting bug. Fixes
e.g. the quoting of the -export-symbols-regex argument in .la
files' relink_command.
outputname=
if test "$fast_install" = no && test -n "$relink_command"; then
if test "$finalize" = yes && test -z "$run"; then
- func_mktempdir "${TMPDIR-/tmp}/libtool-XXXXXXXX"
+ tmpdir=`func_mktempdir "${TMPDIR-/tmp}/libtool-XXXXXXXX"`
file=`$ECHO "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
outputname="$tmpdir/$file"
# Replace the output file specification.