From: Damien Lespiau Date: Fri, 19 Jul 2013 15:08:11 +0000 (+0100) Subject: build: Pimp up the configure summary X-Git-Tag: intel-gpu-tools-1.4~298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94444aea6eb731dbf4146ec431fa0d4376da8e2f;p=profile%2Fextras%2Fintel-gpu-tools.git build: Pimp up the configure summary This helps people compiling i-g-t figuring out what can be optional. Signed-off-by: Damien Lespiau --- 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 :