From: Peter O'Gorman Date: Sun, 25 Jan 2004 00:18:48 +0000 (+0000) Subject: * ltmain.in: Test $old_striplib before using it, not $striplib. X-Git-Tag: release-1-5-2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a06ced98f750ac9f77efc5233609727516dea0c6;p=thirdparty%2Flibtool.git * ltmain.in: Test $old_striplib before using it, not $striplib. --- diff --git a/ChangeLog b/ChangeLog index 031e9bcbe..df032b44b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * 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 * libtool.m4 (AC_LIBTOOL_CONFIG): Don't attempt to diff --git a/ltmain.in b/ltmain.in index 173df363d..893b0573d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -5720,7 +5720,7 @@ relink_command=\"$relink_command\"" $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