mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.
authorEric Anholt <eric@anholt.net>
Mon, 23 Aug 2010 00:34:18 +0000 (17:34 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 23 Aug 2010 00:36:51 +0000 (17:36 -0700)
commit639cdd3782c40c422c33c907949376c735d9340c
tree30914b597b3fa15ffe443cb37a41779bcef61673
parent8ffc3572281c24d1f97b3c119117918dca80f53e
mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.

I had used pkg-config from the Makefile because I didn't want to screw
around with the non-autoconf build, but that doesn't work because the
PKG_CONFIG_PATH or TALLOC_LIBS/TALLOC_CFLAGS that people set at
configure time needs to be respected and may not be present at build
time.

Bug #29585
configs/autoconf.in
configs/default
configure.ac
src/glsl/Makefile