mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-09 02:01:14 +08:00
configure: pretty-print configuration
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
eb6bb68e7a
commit
c17947a14c
10
configure.ac
10
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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user