mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-07 15:37:05 +08:00
* 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:
parent
7b5fea6fe2
commit
62a363718f
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user