Re: [Mesa-dev] [PATCH] configure.ac: unbreak the build with non gnu grep

2014-09-10 Thread Tom Stellard
On Wed, Sep 10, 2014 at 04:11:25PM +1000, Jonathan Gray wrote: > 181581280bd430d122d416e308c1de82db82da04 changed the way the > llvm-config version is read from sed to grep and introduced > a requirement for gnu grep extension that treats BREs as EREs. > I've pushed this, thanks. -Tom > Avoid t

Re: [Mesa-dev] [PATCH] configure.ac: unbreak the build with non gnu grep

2014-09-10 Thread Jan Vesely
On Wed, 2014-09-10 at 16:11 +1000, Jonathan Gray wrote: > 181581280bd430d122d416e308c1de82db82da04 changed the way the > llvm-config version is read from sed to grep and introduced > a requirement for gnu grep extension that treats BREs as EREs. > > Avoid this by calling egrep instead of grep whic

[Mesa-dev] [PATCH] configure.ac: unbreak the build with non gnu grep

2014-09-09 Thread Jonathan Gray
181581280bd430d122d416e308c1de82db82da04 changed the way the llvm-config version is read from sed to grep and introduced a requirement for gnu grep extension that treats BREs as EREs. Avoid this by calling egrep instead of grep which should be able to handle EREs everywhere. This allows Mesa to b