Re: [Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-23 Thread Matt Turner
On Tue, Sep 23, 2014 at 12:55 PM, Emil Velikov wrote: > On 23/09/14 20:20, Matt Turner wrote: >> On Tue, Sep 23, 2014 at 12:06 PM, Emil Velikov >> wrote: >>> Hi Matt, >>> >>> Is there any particular reason for this patch ? Afaics the macro sets >>> ifGNUmake which we are not really using. >> >>

Re: [Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-23 Thread Emil Velikov
On 23/09/14 20:20, Matt Turner wrote: > On Tue, Sep 23, 2014 at 12:06 PM, Emil Velikov > wrote: >> Hi Matt, >> >> Is there any particular reason for this patch ? Afaics the macro sets >> ifGNUmake which we are not really using. > > I'd prefer to use things from the autoconf archive rather than j

Re: [Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-23 Thread Emil Velikov
On 23/09/14 20:20, Matt Turner wrote: > On Tue, Sep 23, 2014 at 12:06 PM, Emil Velikov > wrote: >> Hi Matt, >> >> Is there any particular reason for this patch ? Afaics the macro sets >> ifGNUmake which we are not really using. > > I'd prefer to use things from the autoconf archive rather than j

Re: [Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-23 Thread Matt Turner
On Tue, Sep 23, 2014 at 12:06 PM, Emil Velikov wrote: > Hi Matt, > > Is there any particular reason for this patch ? Afaics the macro sets > ifGNUmake which we are not really using. I'd prefer to use things from the autoconf archive rather than just checking for program names. They typically do s

Re: [Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-23 Thread Emil Velikov
Hi Matt, Is there any particular reason for this patch ? Afaics the macro sets ifGNUmake which we are not really using. -Emil On 22/09/14 19:51, Matt Turner wrote: > --- > configure.ac| 2 +- > m4/ax_check_gnu_make.m4 | 78 > + > 2 f

[Mesa-dev] [PATCH 09/12] configure.ac: Use autoconf macro for GNU make.

2014-09-22 Thread Matt Turner
--- configure.ac| 2 +- m4/ax_check_gnu_make.m4 | 78 + 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 m4/ax_check_gnu_make.m4 diff --git a/configure.ac b/configure.ac index fe96e7a..ebe329b 100644 --- a/configure.