From d4e5c7f327909f5cfca5ddc89a6c824e672bfddc Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 7 Feb 2012 18:08:08 -0800 Subject: [PATCH] configure/automake: add silent-rules option Enables --(enable|disable)-silent-rules and make V=[01] to control compile output. Default is verbose as before. Change-Id: Id9a65977ac8c719f4d9e3efe386750e520689b76 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa2dc567..8ae4574e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([libwebp], [0.1.3], [http://code.google.com/p/webp/issues],, [http://code.google.com/speed/webp]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign silent-rules subdir-objects]) AC_PROG_LIBTOOL AM_PROG_CC_C_O