mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
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:
parent
85b6ff6897
commit
d4e5c7f327
@ -2,7 +2,7 @@ AC_INIT([libwebp], [0.1.3],
|
|||||||
[http://code.google.com/p/webp/issues],,
|
[http://code.google.com/p/webp/issues],,
|
||||||
[http://code.google.com/speed/webp])
|
[http://code.google.com/speed/webp])
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
|
AM_INIT_AUTOMAKE([-Wall foreign silent-rules subdir-objects])
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user