configure: print a summary of the build options
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 3 Jul 2014 00:52:40 +0000 (10:52 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 3 Jul 2014 01:17:49 +0000 (11:17 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac

index 3497cb6e78c4c6fd7b4c2838f61a1b2623ad1fb5..65c915e68c15b38a3f9c6a4d8e7b6c07e6b9ab09 100644 (file)
@@ -121,3 +121,12 @@ AC_CONFIG_FILES([Makefile
                 test/Makefile
                 tools/Makefile])
 AC_OUTPUT
+
+AC_MSG_RESULT([
+       Prefix                  ${prefix}
+
+       Build documentation     ${have_doxygen}
+       Build tests             ${build_tests}
+       Tests use valgrind      ${VALGRIND}
+       Build GUI event tool    ${build_eventgui}
+       ])