build: Pimp up the configure summary
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 19 Jul 2013 15:08:11 +0000 (16:08 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 19 Jul 2013 17:38:38 +0000 (18:38 +0100)
This helps people compiling i-g-t figuring out what can be optional.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
configure.ac

index caf929c..1626ce8 100644 (file)
@@ -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 :