summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-27 09:19:14 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-13 16:32:44 +0100
commitcda0ee5165812b86a052ceb01830a1d42d02a03b (patch)
tree01bcc460d37520c11c5ad49a3c76f17abaf98b17 /configure.ac
parent56cc06f89b7db733e5036a00df7aea27cf8d0951 (diff)
build: Suppress verbose compile lines
Compile warnings are being lost in the sea of noise. Automake-1.11 finally introduced AM_SILENT_RULES to suppress the echoing of the compile line for every object. Enable this to bring sanity to the pixman build.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 65dea521..f09006f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,6 +61,9 @@ m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
AC_INIT(pixman, pixman_version, "sandmann@daimi.au.dk", pixman)
AM_INIT_AUTOMAKE([dist-bzip2])
+# Suppress verbose compile lines
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST