From c17947a14c8c23421be14d102e27856e2f2cc71c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 14 Feb 2012 21:37:51 +0100 Subject: [PATCH] configure: pretty-print configuration Signed-off-by: "Yann E. MORIN" --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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]) -- 2.39.5