]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[configure] Add goo to turn on silent build
authorRay Strode <rstrode@redhat.com>
Fri, 7 Aug 2009 01:21:43 +0000 (21:21 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 7 Aug 2009 01:21:43 +0000 (21:21 -0400)
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.

configure.ac

index f7353401c4eb3d9090c7fefb4036ef864f20e7f0..a034ad14e2bcf99d6709519bf27e9e21572c0dbc 100644 (file)
@@ -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