build: Enable silent rules by default.

* configure.ac: Use 'AM_SILENT_RULES'.
This commit is contained in:
Ludovic Courtès 2015-04-08 10:42:48 +02:00
parent 1dccdb758a
commit 032c7c5f78
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
color-tests parallel-tests -Woverride])
# Enable silent rules by default.
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([guix.scm])
AC_CONFIG_MACRO_DIR([m4])