[Spice-devel] [spice 1/5] build-sys: Use AC_MSG_NOTICE()
Francois Gouget
fgouget at codeweavers.com
Fri Oct 30 03:45:44 PDT 2015
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
configure.ac | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
This brings it more in line with the spice-gtk notice.
This is also a test of the email threading.
diff --git a/configure.ac b/configure.ac
index dfb967b..ad76467 100644
--- a/configure.ac
+++ b/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
-"
--
2.6.1
More information about the Spice-devel
mailing list