From f53701628046237163b5141dfd08e4ad44d36dad Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 27 Feb 2010 13:19:25 +0200 Subject: [PATCH] * configure.ac: use AM_SILENT_RULES to make the build less noisy --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 12f72e17..ec1b2740 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,9 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/mu.cc]) AM_INIT_AUTOMAKE([dist-bzip2]) +# silent build +AM_SILENT_RULES([yes]) + # we set the set the version of the Xapian database layout here; it # will become part of the db name, so we can automatically recreate the # database when we incompatible have changes.