libtool-patches
[Top][All Lists]
Advanced

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

FYI: 29-gary-cray-sed-fix.patch


From: Gary V. Vaughan
Subject: FYI: 29-gary-cray-sed-fix.patch
Date: Sun, 28 Oct 2001 01:15:43 +0100
User-agent: Mutt/1.3.16i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * libtool.m4 (_LT_AC_TAGCONFIG): Cray sed does not allow character
        sets to contain the separator character.
        Reported by Kevin Ryde <address@hidden>

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.240
diff -u -p -u -r1.240 libtool.m4
--- libtool.m4 2001/10/24 14:36:57 1.240
+++ libtool.m4 2001/10/28 00:08:39
@@ -1446,7 +1446,7 @@ if test -f "$ltmain" && test -n "$tagnam
   for tagname in $tagnames; do
     IFS="$lt_save_ifs"
     # Check whether tagname contains only valid characters
-    case `$echo "X$tagname" | $Xsed -e 
's/[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]//g'` 
in
+    case `$echo "X$tagname" | $Xsed -e 
's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` 
in
     "") ;;
     *)  AC_MSG_ERROR([invalid tag name: $tagname])
        ;;

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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