From: Yann E. MORIN" Date: Tue, 14 Feb 2012 20:37:51 +0000 (+0100) Subject: configure: pretty-print configuration X-Git-Tag: v3.3.0-0~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c17947a14c8c23421be14d102e27856e2f2cc71c;p=kconfig-frontends configure: pretty-print configuration Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index f4ce2ca..e565d11 100644 --- a/configure.ac +++ b/configure.ac @@ -289,6 +289,7 @@ AC_CONFIG_FILES([ AC_OUTPUT AC_MSG_NOTICE([Configured with:]) +AC_MSG_NOTICE([- frontends:]) AS_IF([test "$enable_conf" = "yes"], [AC_MSG_NOTICE([ - conf: yes])], [AC_MSG_NOTICE([ - conf: no])]) @@ -304,9 +305,8 @@ AS_IF([test "$enable_nconf" = "yes"], AS_IF([test "$enable_qconf" = "yes"], [AC_MSG_NOTICE([ - qconf: yes])], [AC_MSG_NOTICE([ - qconf: no])]) +AC_MSG_NOTICE([- parser library:]) AS_IF([test "$enable_shared" = "yes"], - [AC_MSG_NOTICE([ - parser shared library: yes, $KCONFIGPARSER_LIB_VERSION])], - [AC_MSG_NOTICE([ - parser shared library: no])]) -AS_IF([test "$enable_static" = "yes"], - [AC_MSG_NOTICE([ - parser static library: yes])], - [AC_MSG_NOTICE([ - parser static library: no])]) + [AC_MSG_NOTICE([ - shared: yes, versioned $KCONFIGPARSER_LIB_VERSION])], + [AC_MSG_NOTICE([ - shared: no])]) +AC_MSG_NOTICE([ - static: $enable_static])