libtool-patches
[Top][All Lists]
Advanced

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

Re: quoting bug in 2.0


From: Bob Friesenhahn
Subject: Re: quoting bug in 2.0
Date: Wed, 1 Dec 2004 11:20:29 -0600 (CST)

On Wed, 1 Dec 2004, Ralf Wildenhues wrote:

OK to apply to HEAD and branch-2-0?

Before this change is submitted I would like to know how Solaris 10 (already available in trial form, and soon to be released) will be identified and handled. Since Solaris 10 presumably adds a digit, is there other code in libtool which will unnecessarily misbehave under Solaris 10?

Bob


        * config/ltmain.m4sh (func_mode_finish): Fix [] escaping bug.

Index: config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/config/ltmain.m4sh,v
retrieving revision 1.28
diff -u -r1.28 ltmain.m4sh
--- config/ltmain.m4sh  29 Nov 2004 21:18:26 -0000      1.28
+++ config/ltmain.m4sh  1 Dec 2004 17:14:22 -0000
@@ -1643,7 +1643,7 @@

    $ECHO "See any operating system documentation about shared libraries for"
    case $host in
-      solaris2.[6789]|solaris2.1[0-9])
+      solaris2.[[6789]]|solaris2.1[[0-9]])
        $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
        $ECHO "pages."
        ;;



======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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