sed(1) is broken, and breaks autoconf badly:

des@des ~% sed 
'y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]]%_%g'
bstring.h
BSTRING.h

it seems to ignore the last letter in the input.  Reverting to last
week's sources fixes the bug.  Here are the known-good idents:

     $FreeBSD: src/usr.bin/sed/Makefile,v 1.5 2002/06/17 08:21:53 sobomax Exp $
     $FreeBSD: src/usr.bin/sed/compile.c,v 1.21 2002/06/01 13:25:47 green Exp $
     $FreeBSD: src/usr.bin/sed/extern.h,v 1.9 2002/03/22 01:42:27 imp Exp $
     $FreeBSD: src/usr.bin/sed/main.c,v 1.24 2002/06/16 08:44:39 tjr Exp $
     $FreeBSD: src/usr.bin/sed/misc.c,v 1.5 2001/12/12 23:20:16 markm Exp $
     $FreeBSD: src/usr.bin/sed/process.c,v 1.20 2002/06/10 07:25:35 tjr Exp $
     $FreeBSD: src/usr.bin/sed/sed.1,v 1.27 2002/06/10 07:55:13 tjr Exp $

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to