diff mbox

mesa3d autoreconfigure problem

Message ID CAJpxd06nTVtqK2c1=yNBHjiWbdCu2HUuQEZ4G9sBjKhxNoAwiw@mail.gmail.com
State Not Applicable
Headers show

Commit Message

Bryce Schober Jan. 7, 2014, 11 p.m. UTC
On Tue, Jan 7, 2014 at 11:02 AM, Bernd Kuhls <berndkuhls@hotmail.com> wrote:
>
> Hi,
>
> efforts are currently underway to update mesa3d to 9.x and later 10.x, so it
> would be a good idea to just sit and wait ;)

Yeah, I noticed that... Do you have a guess for when that might land?

For the time being, the following patch seems to work for me now. Why
it does is a mystery to me, because if I replace MESA3D_VERSION with
FOO_BAR_BAZAAR, it "works" equally well.


 dnl Tell the user about autoconf.html in the --help output
 m4_divert_once([HELP_END], [

<><  <><  <><
Bryce Schober

Comments

Bryce Schober Jan. 15, 2014, 5:48 p.m. UTC | #1
On Tue, Jan 7, 2014 at 3:00 PM, Bryce Schober <bryce.schober@gmail.com> wrote:
> On Tue, Jan 7, 2014 at 11:02 AM, Bernd Kuhls <berndkuhls@hotmail.com> wrote:
>>
>> Hi,
>>
>> efforts are currently underway to update mesa3d to 9.x and later 10.x, so it
>> would be a good idea to just sit and wait ;)
>
> Yeah, I noticed that... Do you have a guess for when that might land?

I've seen your patches going by, but not much traffic on their review
& approval...

Do you have a public git fork/branch with the accumulation of your
patch-sets that I could try out?

<><  <><  <><
Bryce Schober
Bernd Kuhls Jan. 15, 2014, 5:58 p.m. UTC | #2
Bryce Schober <bryce.schober@gmail.com>
wrote in
news:CAJpxd07OEvexB3iccB=3UWAxZHL3Yt+HS-82aycOJ9P1hSKq8Q@mail.gmail.com: 

> Do you have a public git fork/branch with the accumulation of your
> patch-sets that I could try out?

Hi,

no, but you can use the patch bundle:

http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/74160

Regards, Bernd
diff mbox

Patch

--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,9 @@ 

 dnl Versioning - scrape the version from configs/default
 m4_define([mesa_version],
-    [m4_esyscmd([${MAKE-make} -s -f bin/version.mk version | tr -d
'\n' | tr -d '\r'])])
+    [m4_default_nblank([MESA3D_VERSION],[m4_esyscmd([${MAKE-make} -s
-f bin/version.mk version | tr -d '\n' | tr -d '\r'])])])
 m4_ifval(mesa_version,,
-    [m4_fatal([Failed to get the Mesa version from `make -f
bin/version.mk version`])])
+    [m4_fatal([Failed to get the Mesa version from MESA3D_VERSION or
`make -f bin/version.mk version`])])