From 94444aea6eb731dbf4146ec431fa0d4376da8e2f Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 19 Jul 2013 16:08:11 +0100 Subject: [PATCH] build: Pimp up the configure summary This helps people compiling i-g-t figuring out what can be optional. Signed-off-by: Damien Lespiau --- 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 : -- 2.7.4