scripts already enters the correct directory, and expanding the
pathname would prevent the build tree from moving
1999-03-07 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * ltmain.in (relink_command): do not prepend cd `pwd` to it, the
+ scripts already enters the correct directory, and expanding the
+ pathname would prevent the build tree from moving
+
* ltconfig.in (enable_fast_install): force it to no only if we
need relink; in the other cases, set it to needless
* ltmain.in (fast_install): if needless, set relink_command empty
if test "$fast_install" = yes; then
relink_command=`echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
else
- # needless
+ # fast_install is set to needless
relink_command=
fi
else
# Quote the relink command for shipping.
if test -n "$relink_command"; then
- relink_command="cd `pwd`; $relink_command"
relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
fi