* ltmain.in: Check for module_cmds if max_cmd_len is exceeded too.
+ * ltmain.in: Test $old_striplib before using it, not $striplib.
+
2004-01-23 Scott James Remnant <scott@netsplit.com>
* libtool.m4 (AC_LIBTOOL_CONFIG): Don't attempt to
$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