From: Ray Strode Date: Fri, 7 Aug 2009 01:21:43 +0000 (-0400) Subject: [configure] Add goo to turn on silent build X-Git-Tag: 0.7.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6468f43ef825772436a7944c735e8306df07710b;p=thirdparty%2Fplymouth.git [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. --- 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