[Spice-commits] configure.ac

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 10 06:01:27 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c6108a5a43ff2da5cd07acf0ad4a83538117081
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Nov 26 11:03:04 2019 +0000

    build: Do not check for AM_SILENT_RULES macro availability
    
    As documented in https://autotools.io/automake/silent.html this
    condition should only be checked for compatibility with really
    old systems.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/configure.ac b/configure.ac
index 9b679513..22645830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ AC_SUBST(SPICE_REQUIRES)
 AC_SUBST(SPICE_NONPKGCONFIG_CFLAGS)
 AC_SUBST(SPICE_NONPKGCONFIG_LIBS)
 
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
 
 AC_OUTPUT([
 Makefile


More information about the Spice-commits mailing list