[Intel-gfx] [PATCH 4/8] build: Pimp up the configure summary
Damien Lespiau
damien.lespiau at intel.com
Fri Jul 19 18:49:44 CEST 2013
This helps people compiling i-g-t figuring out what can be optional.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
configure.ac | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index caf929c..1626ce8 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 :
--
1.8.3.1
More information about the Intel-gfx
mailing list