[Mesa-dev] [PATCH] radeon/llvm: Convert to Automake

Thierry Reding thierry.reding at avionic-design.de
Fri Sep 14 12:29:41 PDT 2012


On Thu, Aug 30, 2012 at 12:55:29PM -0400, tstellar at gmail.com wrote:
> diff --git a/configure.ac b/configure.ac
> index c984b9c..46b53fd 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1876,6 +1876,9 @@ if test "x$with_gallium_drivers" != x; then
>              if test "x$enable_opencl" = xyes -a "x$with_llvm_shared_libs" = xno; then
>                  LLVM_LIBS="${LLVM_LIBS} `$LLVM_CONFIG --libs bitreader asmparser`"
>              fi
> +            if grep '\<IntrinsicsR600.td\>' $(LLVM_INCLUDEDIR)/llvm/Intrinsics.td; then

This should probably be ${LLVM_INCLUDEDIR} or just $LLVM_INCLUDEDIR. The
shell will otherwise try to run the LLVM_INCLUDEDIR command.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120914/d388e4e5/attachment.pgp>


More information about the mesa-dev mailing list