]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_TAGCONFIG): Cray sed does not allow character
authorGary V. Vaughan <gary@gnu.org>
Sun, 28 Oct 2001 00:10:01 +0000 (00:10 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 28 Oct 2001 00:10:01 +0000 (00:10 +0000)
sets to contain the separator character.
Reported by Kevin Ryde <user42@zip.com.au>

ChangeLog
libtool.m4

index c96bacac7d45a74d1fe9a9a8e882e2443d208aeb..a807dd81fb792fb982cd18d5eb00d9c7eb66795b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
 2001-10-27  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtool.m4 (_LT_AC_TAGCONFIG): Cray sed does not allow character
+       sets to contain the separator character.
+       Reported by Kevin Ryde <user42@zip.com.au>
+
        * ltdl.m4 (AC_WITH_LTDL): New macro to add `--with-included-ltdl'
        option to configure, but to find an appropriate ltdl library and
        append the right options to link it.
 
 2001-10-24 Kevin Ryde  <user42@zip.com.au>
 
-       *libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote.
+       * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Remove a stray ' quote.
 
 2001-10-24 H.J. Lu  <hjl@gnu.org>
 
index 220716c92045c449e39f4ab33098bd4521be01d9..5e3110da7e386a3e00a689e7da54c8742bef4bdb 100644 (file)
@@ -1446,7 +1446,7 @@ if test -f "$ltmain" && test -n "$tagnames"; then
   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])
        ;;