From 6468f43ef825772436a7944c735e8306df07710b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 6 Aug 2009 21:21:43 -0400 Subject: [PATCH] [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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3