[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patches] Re: gawk, mawk, and eglibc



Joseph S. Myers wrote:
On Mon, 9 Nov 2009, Maxim Kuvyrkov wrote:

That sounds reasonable.  Here is a patch that restricts EGLIBC to gawk.

Joseph, is the patch ok to commit to trunk?

OK, but the correct quoting for arguments of AC_* is [] not "" (so

+  AC_MSG_ERROR("GLIBC requires GNU awk.")

should be

+  AC_MSG_ERROR([GLIBC requires GNU awk.])

) and watch out for any problems reported with systems where gawk is only installed as "awk".

Fixed and checked in.

Thanks,

--
Maxim Kuvyrkov
CodeSourcery
maxim@xxxxxxxxxxxxxxxx
(650) 331-3385 x724