Make build silent
authorWilliam Jon McCann <jmccann@redhat.com>
Fri, 14 Sep 2012 15:26:14 +0000 (11:26 -0400)
committerWilliam Jon McCann <jmccann@redhat.com>
Fri, 14 Sep 2012 16:18:50 +0000 (12:18 -0400)
So we can see warnings better.

https://bugzilla.gnome.org/show_bug.cgi?id=684033

configure.ac

index 71f7f93..24e87b8 100644 (file)
@@ -22,6 +22,11 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([1.9 -Wall foreign no-dist-gzip dist-xz])
 
+# Support silent build rules. Disable
+# by either passing --disable-silent-rules to configure or passing V=1
+# to make
+AM_SILENT_RULES([yes])
+
 AC_PROG_CC
 LT_INIT([disable-static])
 PKG_PROG_PKG_CONFIG