Re: [Mesa-dev] [PATCH] configure.ac: make grep tests more portable

2013-07-17 Thread Vinson Lee
On Thu, Jun 20, 2013 at 3:14 AM, Jonathan Gray wrote: > Use grep -w instead of the empty string escape sequences > which are less portable. Makes the grep tests > function as intended on OpenBSD. > > Signed-off-by: Jonathan Gray > --- > configure.ac | 6 +++--- > 1 file changed, 3 insertions(+)

Re: [Mesa-dev] [PATCH] configure.ac: make grep tests more portable

2013-07-10 Thread Jonathan Gray
anyone get a chance to look at this? On Thu, Jun 20, 2013 at 08:14:33PM +1000, Jonathan Gray wrote: > Use grep -w instead of the empty string escape sequences > which are less portable. Makes the grep tests > function as intended on OpenBSD. > > Signed-off-by: Jonathan Gray > --- > configure.a

[Mesa-dev] [PATCH] configure.ac: make grep tests more portable

2013-06-20 Thread Jonathan Gray
Use grep -w instead of the empty string escape sequences which are less portable. Makes the grep tests function as intended on OpenBSD. Signed-off-by: Jonathan Gray --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git configure.ac configure.ac index 6832b0d..