diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-07-19 16:08:11 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-07-19 18:38:38 +0100 |
commit | 94444aea6eb731dbf4146ec431fa0d4376da8e2f (patch) | |
tree | 306fd8b0fec98a3e9aafbd094f4a53bd6d55f7de /configure.ac | |
parent | 2797596432b1e19e7a79ee5dab2e2e9946f2c529 (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.ac | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index caf929c0197f..1626ce85a9eb 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 : |