build: Pimp up the configure summary

This helps people compiling i-g-t figuring out what can be optional.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-07-19 16:08:11 +01:00
parent 2797596432
commit 94444aea6e

View File

@ -191,10 +191,15 @@ AC_OUTPUT
echo ""
echo "Intel GPU tools"
echo ""
echo " • Tests:"
echo " Build tests : ${BUILD_TESTS}"
echo " Compile prime tests: ${NOUVEAU}"
echo ""
echo " • Tools:"
echo " Assembler: ${enable_assembler}"
echo " Debugger: ${enable_debugger}"
echo " Assembler : ${enable_assembler}"
echo " Debugger : ${enable_debugger}"
echo " Python dumper : ${DUMPER}"
echo ""
# vim: set ft=config ts=8 sw=8 tw=0 noet :