build: Quiet by default
authorBastien Nocera <hadess@hadess.net>
Wed, 13 Jun 2012 16:33:39 +0000 (17:33 +0100)
committerBastien Nocera <hadess@hadess.net>
Thu, 14 Jun 2012 11:26:29 +0000 (12:26 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=678041

configure.ac

index 871644f..d93d3a5 100644 (file)
@@ -22,6 +22,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
+# Enable silent build when available (Automake 1.11)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 dnl translation of any at-spi strings: used only for .server
 IT_PROG_INTLTOOL([0.40.0])