]> git.sur5r.net Git - kconfig-frontends/commitdiff
configure: pretty-print configuration
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue, 14 Feb 2012 20:37:51 +0000 (21:37 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Tue, 14 Feb 2012 20:37:51 +0000 (21:37 +0100)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
configure.ac

index f4ce2ca3c719a83063eca3a093d8136d7d29a4d6..e565d117cbcd3dfe1e2543df1366b47263c225c5 100644 (file)
@@ -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])