From 33a0b234b00b460e7b55c4fa238a407159de4581 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sat, 22 Nov 2003 14:12:57 +0000 Subject: [PATCH] * ltmain.in: Test $old_striplib before using it, not $striplib. --- ChangeLog | 2 ++ ltmain.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f702fc6fd..3779eab3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ * 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 diff --git a/ltmain.in b/ltmain.in index d2243259a..df54d1384 100644 --- a/ltmain.in +++ b/ltmain.in @@ -5918,7 +5918,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 -- 2.47.2