summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-09-25 15:33:23 -0400
committerRay Strode <rstrode@redhat.com>2009-09-25 15:33:23 -0400
commit4661908c6dc7964c87f698edc7bbeb30ab37c986 (patch)
treed45cc7d9146d830570219bf3b6fb5ef6f537f064
parent3719fa53557d39d9b8a024d1cc7542ab6f9981d6 (diff)
Turn on silent build by default
It's all the rage these days and makes seeing warnings much easier.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a65a35f..117d788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([ConsoleKit],
AC_CONFIG_SRCDIR([src/ck-manager.c])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
-
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
# for O_NOFOLLOW support