summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-07-19 16:08:11 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-07-19 18:38:38 +0100
commit94444aea6eb731dbf4146ec431fa0d4376da8e2f (patch)
tree306fd8b0fec98a3e9aafbd094f4a53bd6d55f7de /configure.ac
parent2797596432b1e19e7a79ee5dab2e2e9946f2c529 (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index caf929c01..1626ce85a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,9 +192,14 @@ 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 :