configure: Enable silent build rules by default.

This commit is contained in:
Henri Verbeet 2016-09-27 12:07:54 +02:00
parent 10969526a6
commit 8bb1a260d5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ fi
AM_INIT_AUTOMAKE([1.11 foreign silent-rules subdir-objects -Wall -Werror])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
LT_PREREQ([2.4.2])
LT_INIT