From 336b47cc10c43a4e826d1c78d188a7ead9fc0750 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 28 Aug 2009 12:24:49 +0000 Subject: [PATCH] Use AM_SILENT_RULES to make builds less noisy and compile warnings more obvious --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index fb23fac39..f235fa226 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,10 @@ AC_DEFINE_UNQUOTED(DEFAULT_DPI,$DEFAULT_DPI,Default DPI.) AC_DEFINE_UNQUOTED(BROWSER,"$BROWSER",[Command to open a browser on a URL]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) + +# Suppress verbose compile lines +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_CONFIG_HEADERS([config.h]) # put BUILDDATE in its own file so that only targets that use it get rebuilt -- 2.40.0