libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tilde fixes anyone?


From: Peter O'Gorman
Subject: Re: tilde fixes anyone?
Date: Sat, 22 Nov 2003 23:18:35 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030902 Thunderbird/0.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied four separate commits. Four because I also added this one as
obvious.

Peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/v3A4hJEqt987YAQRAkCCAKCr9TwNN8nJI+YW+eCX4+xU8pmpMQCgpgY3
cmb0SpDN7gKf2xR4LsDd1eA=
=mh7a
-----END PGP SIGNATURE-----
Index: ChangeLog

        * ltmain.in: Test $old_striplib before using it, not $striplib.
from  Gary V. Vaughan  <address@hidden>
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.358
diff -u -r1.358 ltmain.in
--- ltmain.in 22 Nov 2003 14:03:35 -0000 1.358
+++ ltmain.in 22 Nov 2003 14:11:26 -0000
@@ -5918,7 +5918,7 @@
       $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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]