* ltmain.in: Move eval to after command separation to allow ~ in paths.
* tests/demo-hardcode.test: Call ./libtool not libtool.
+
+ * ltmain.in: Test $old_striplib before using it, not $striplib.
2003-11-22 Gary V. Vaughan <gary@gnu.org>
$show "$install_prog $file $oldlib"
$run eval "$install_prog \$file \$oldlib" || exit $?
- if test -n "$stripme" && test -n "$striplib"; then
+ if test -n "$stripme" && test -n "$old_striplib"; then
$show "$old_striplib $oldlib"
$run eval "$old_striplib $oldlib" || exit $?
fi