[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patches] Re: gawk, mawk, and eglibc
- To: Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
- Subject: Re: [patches] Re: gawk, mawk, and eglibc
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Mon, 9 Nov 2009 13:29:52 +0000 (UTC)
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