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
This commit is contained in:
James Zern 2012-02-07 18:08:08 -08:00
parent 85b6ff6897
commit d4e5c7f327

View File

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