* configure.ac: use AM_SILENT_RULES to make the build less noisy

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-27 13:19:25 +02:00
parent abfde3a5b9
commit f537016280
1 changed files with 3 additions and 0 deletions

View File

@ -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.