summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-08-06 21:21:43 -0400
committerRay Strode <rstrode@redhat.com>2009-08-06 21:21:43 -0400
commit6468f43ef825772436a7944c735e8306df07710b (patch)
tree39913b7c51463845743b5f749d9b978dec71a85d /configure.ac
parent626e75e1401dbe305f17cf3ecac9345cd8da50d0 (diff)
[configure] Add goo to turn on silent build
Automake 1.11 has a new feature that's all the rage these days. It makes build output look like: CC plymouthd-ply-boot-server.o CC plymouthd-ply-boot-splash.o CC plymouthd-main.o CCLD plymouthd instead of the usual field gcc gunk. This commit turns it on for those who have it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7353401..a034ad14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_HEADER_STDC
AC_C_CONST
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
PKG_PROG_PKG_CONFIG