summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-06-13 17:33:39 +0100
committerBastien Nocera <hadess@hadess.net>2012-06-14 12:26:29 +0100
commit4ff83377a5c2fbaab7a6bc4e18c5b390a87ba98e (patch)
tree4c9ee2fd97a486efaf064f76f2d96b1d3b66ecc5
parentdddd682a49935776dbdf0a7042e13a0c06bab17d (diff)
downloadat-spi2-atk-4ff83377a5c2fbaab7a6bc4e18c5b390a87ba98e.tar.gz
build: Quiet by default
https://bugzilla.gnome.org/show_bug.cgi?id=678041
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 871644f..d93d3a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])