Don't negate character classes using [^...], use [!...] instead.
commitd90a762f33f31a181c05c8851d007d62262693d9
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Thu, 30 Apr 2009 11:27:25 +0000 (30 12:27 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Thu, 30 Apr 2009 11:27:25 +0000 (30 12:27 +0100)
treedb17fffd967035fca8de9acfbdec3a91c5538ee6
parent924cab7123ba91dc919ec21d2d0440d70b9d85dd
Don't negate character classes using [^...], use [!...] instead.

As described in the GNU Autoconf manual (under the section
"Shell Pattern Matching"), this can still be a portability issue.

Bug reported by Anthony Mallet and Thomas Moulard.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
THANKS
build-aux/boost.m4