From: Lars Op den Kamp Date: Tue, 10 Jan 2012 09:52:48 +0000 (+0100) Subject: cec: enable automake silent rules by default X-Git-Tag: upstream/2.2.0~1^2~41^2~18 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=491bc106792465a5cc3e03c70bc78e90fae82e1a cec: enable automake silent rules by default --- diff --git a/configure.ac b/configure.ac index 5b36071..a07f958 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ AC_INIT([libcec], 1:3:0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_SILENT_RULES([yes]) + AC_PROG_CXX AC_PROG_LIBTOOL