Re: [Mesa-dev] [PATCH] ax_prog_flex.m4: Merge upstream OpenBSD fixes.

2015-01-05 Thread Jonathan Gray
On Mon, Jan 05, 2015 at 03:18:54PM -0800, Vinson Lee wrote: > Merge the following upstream autoconf-archive patches. > > ax_prog_flex: change grep syntax to accept e.g. "flex.real" in case a wrapper > or symlink is used. > AX_PROG_FLEX: avoid use of grep empty string escape extension (fix for >

Re: [Mesa-dev] [PATCH] ax_prog_flex.m4: Merge upstream OpenBSD fixes.

2015-01-05 Thread Matt Turner
On Mon, Jan 5, 2015 at 3:18 PM, Vinson Lee wrote: > Merge the following upstream autoconf-archive patches. > > ax_prog_flex: change grep syntax to accept e.g. "flex.real" in case a wrapper > or symlink is used. > AX_PROG_FLEX: avoid use of grep empty string escape extension (fix for > OpenBSD) >

[Mesa-dev] [PATCH] ax_prog_flex.m4: Merge upstream OpenBSD fixes.

2015-01-05 Thread Vinson Lee
Merge the following upstream autoconf-archive patches. ax_prog_flex: change grep syntax to accept e.g. "flex.real" in case a wrapper or symlink is used. AX_PROG_FLEX: avoid use of grep empty string escape extension (fix for OpenBSD) AX_PROG_FLEX: Also accept gflex. Signed-off-by: Vinson Lee ---