Merge "configure/automake: add silent-rules option"

This commit is contained in:
pascal massimino 2012-02-08 14:04:12 -08:00 committed by Gerrit Code Review
commit 7b06bd7fcb

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