diff options
author | Ray Strode <rstrode@redhat.com> | 2009-09-25 15:33:23 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2009-09-25 15:33:23 -0400 |
commit | 4661908c6dc7964c87f698edc7bbeb30ab37c986 (patch) | |
tree | d45cc7d9146d830570219bf3b6fb5ef6f537f064 | |
parent | 3719fa53557d39d9b8a024d1cc7542ab6f9981d6 (diff) |
Turn on silent build by default
It's all the rage these days and makes seeing warnings much
easier.
-rw-r--r-- | configure.ac | 2 |
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 |