Le 14/11/2012 14:37, [email protected] a écrit :
> The check for LLVM binaries was broken, it never failed (missing $).
>
> Also, now it checks for the binname and binname-llvmversion. Fixes
> the build for ppc64 on Debian Sid where LLVM 3.1 packages have the -3.1
> suffix.
- AC_PATH_PROG([$1], [$2], , [$LLVM_BINDIR:$PATH])
+ AC_PATH_PROGS([$1], [$2 $2-$LLVM_VERSION], , [$LLVM_BINDIR:$PATH])
Ok, you check several programs
- AS_IF([test "x$1" = x], [
+ AS_IF([test -z "x$$1"], [
I think you need to remove the 'x', else "x$$1" will never be empty.
Regards,
Vincent
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel