Hi Reuben,
* Reuben Thomas wrote on Wed, Feb 27, 2008 at 12:49:24AM CET:
> 2008-02-23 Reuben Thomas <[EMAIL PROTECTED]>
>
> * doc/automake.texi: Improve "Why doesn't Automake support
> wildcards" node's English and sense.
Applied. Thanks!
Cheers,
Ralf
On Sat, Feb 23, 2008 at 11:06:52AM +0100, Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Fri, Feb 22, 2008 at 06:47:54PM CET:
> >
> > 2) NetBSD ksh has a bug. At least I *think* that is a bug, I haven't
> > checked SUSv3 yet. This:
> > foo=foo; t='[ ]'; case " foo bar " in *$t$foo$t*) ech