Re: [Mesa-dev] [PATCH] r300g: Use automake to generate Makefile v2

2012-02-22 Thread Matt Turner
First off, it doesn't build for me -- mklib: Making Linux shared library: r300_dri.so.tmp /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.2/../../../../x86_64-pc-linux-gnu/bin/ld: ../../../../src/gallium/drivers/r300/libr300.a(r300_screen.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used w

[Mesa-dev] [PATCH] r300g: Use automake to generate Makefile v2

2012-02-22 Thread Tom Stellard
v2: - s/$(top_builddir)/$(top_srcdir)/ - Always generate Makefile.in --- configure.ac |1 + src/gallium/drivers/r300/.gitignore|5 ++ src/gallium/drivers/r300/Makefile | 25 - src/gallium/drivers/r300/Make