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

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



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".

-- 
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx