From: Yann E. MORIN" Date: Wed, 4 Apr 2012 16:59:36 +0000 (+0200) Subject: configure: small eye-candy X-Git-Tag: v3.4.0-0~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=afb1cf291af09f72eb22e498a283237d09ff1b2d;p=kconfig-frontends configure: small eye-candy Line-up the summary config lines. Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index 9376059..b6874ba 100644 --- a/configure.ac +++ b/configure.ac @@ -407,12 +407,12 @@ AS_IF([test "$enable_wall" = "yes"], AS_IF([test "$enable_werror" = "yes"], [AC_MSG_NOTICE([- treat warnings as errors: yes])], [AC_MSG_NOTICE([- treat warnings as errors: no])]) -AC_MSG_NOTICE([- root-menu prompt: '$root_menu']) -AC_MSG_NOTICE([- config prefix: '$config_prefix']) +AC_MSG_NOTICE([- root-menu prompt : '$root_menu']) +AC_MSG_NOTICE([- config prefix : '$config_prefix']) AC_MSG_NOTICE([- frontends:]) AS_IF([test "$enable_conf" = "yes"], - [AC_MSG_NOTICE([ - conf: yes])], - [AC_MSG_NOTICE([ - conf: no])]) + [AC_MSG_NOTICE([ - conf : yes])], + [AC_MSG_NOTICE([ - conf : no])]) AS_IF([test "$enable_gconf" = "yes"], [AC_MSG_NOTICE([ - gconf: yes])], [AC_MSG_NOTICE([ - gconf: no])])