diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-09 18:18:56 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-01-09 18:18:56 +0100 |
commit | f6cca0c63f775009d8e4d2ccd96000a4e70a443c (patch) | |
tree | b8f88691bd55b917a93f2822ae888999ab0b907b | |
parent | 13b811b6a887c7fb483cad8395c43ec00a362785 (diff) |
build: replace echo by AC_MSG_NOTICE, that way it's logged
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 692d4ab..3521934 100644 --- a/configure.ac +++ b/configure.ac @@ -444,7 +444,7 @@ doc/reference/Makefile ]) dnl ========================================================================== -echo " +AC_MSG_NOTICE([ Spice-Gtk $VERSION ============== @@ -458,4 +458,5 @@ echo " Target: ${red_target} Now type 'make' to build $PACKAGE -" + +]) |