From: Peter Hutterer Date: Thu, 3 Jul 2014 00:52:40 +0000 (+1000) Subject: configure: print a summary of the build options X-Git-Tag: 0.5.0~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=124aa9b0f86e59a9ecdebb4a998d51794e92878e;p=platform%2Fupstream%2Flibinput.git configure: print a summary of the build options Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 3497cb6e..65c915e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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} + ])