build: add configure summary
authorRan Benita <ran234@gmail.com>
Sun, 2 Feb 2014 09:13:28 +0000 (11:13 +0200)
committerRan Benita <ran234@gmail.com>
Sun, 2 Feb 2014 09:21:18 +0000 (11:21 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
configure.ac

index 9f5afa0..2466021 100644 (file)
@@ -163,3 +163,22 @@ AC_CONFIG_FILES([
     doc/Doxyfile
 ])
 AC_OUTPUT
+
+AC_MSG_RESULT([
+        $PACKAGE_NAME $VERSION
+
+        libxkbcommon:            yes
+        libxkbcommon-x11:        ${enable_x11}
+        documentation:           ${build_docs}
+
+        default XKB rules:       ${DEFAULT_XKB_RULES}
+        default XKB model:       ${DEFAULT_XKB_MODEL}
+        default XKB layout:      ${DEFAULT_XKB_LAYOUT}
+        default XKB variant:     ${DEFAULT_XKB_VARIANT}
+        default XKB options:     ${DEFAULT_XKB_OPTIONS}
+
+        prefix:                  ${prefix}
+        includedir:              ${includedir}
+        lib dir:                 ${libdir}
+        XKB config root:         ${XKBCONFIGROOT}
+])