[EMAIL PROTECTED] writes:
> 
> If you replace the delimiter with a character other than "/", does the
> sed command work?

Yes, colons worked in last nights build.

--- libtool.m4.old	Thu Oct  4 01:40:53 2001
+++ libtool.m4	Thu Oct  4 01:42:27 2001
@@ -1446,7 +1446,7 @@
   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])
 	;;

Reply via email to