Benoit SIGOURE <[EMAIL PROTECTED]> writes: > The Autoconf Manual says: "Traditional Awk split supports only two > arguments."
I think you may be looking at an old version of the manual. The
current version says this:
In code portable to both traditional and modern Awk, @code{FS} must be a
string containing just one ordinary character, and similarly for the
field-separator argument to @code{split}.
