mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-09 21:25:09 +00:00
build-sys: Use AC_MSG_NOTICE()
Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
105fad7e87
commit
6e12003bde
15
configure.ac
15
configure.ac
@ -289,7 +289,7 @@ docs/manual/Makefile
|
||||
])
|
||||
|
||||
dnl ==========================================================================
|
||||
echo "
|
||||
AC_MSG_NOTICE([
|
||||
|
||||
Spice $VERSION
|
||||
==============
|
||||
@ -300,23 +300,16 @@ echo "
|
||||
python: ${PYTHON}
|
||||
|
||||
OpenGL: ${enable_opengl}
|
||||
|
||||
LZ4 support: ${enable_lz4}
|
||||
|
||||
Smartcard: ${have_smartcard}
|
||||
|
||||
SASL support: ${enable_sasl}
|
||||
|
||||
Automated tests: ${enable_automated_tests}
|
||||
|
||||
Manual: ${have_asciidoc}
|
||||
"
|
||||
|
||||
Now type 'make' to build $PACKAGE
|
||||
])
|
||||
|
||||
if test x"$arch_warn" != x; then
|
||||
AC_MSG_WARN([$arch_warn])
|
||||
echo ""
|
||||
fi
|
||||
|
||||
echo \
|
||||
" Now type 'make' to build $PACKAGE
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user