+2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
+ Fix description of how the buggy `sed' works.
+
2006-05-25 Noah Misch <noah@cs.caltech.edu>
Sync from Automake:
deleted
@end example
-Why? When processing line 1, (a) matches, therefore sets the @samp{t}
-flag, (b)b jumps to (d), and the output is produced. When processing
+Why? When processing line 1, (c) matches, therefore sets the @samp{t}
+flag, and the output is produced. When processing
line 2, the @samp{t} flag is still set (this is the bug). Command (a)
fails to match, but @command{sed} is not supposed to clear the @samp{t}
flag when a substitution fails. Command (b) sees that the flag is set,