autotools: allow enabling the silent-rules
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 18 Jan 2012 12:41:26 +0000 (10:41 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 18 Jan 2012 12:41:26 +0000 (10:41 -0200)
commit69378dc5285a5bac78e1e57cce34cc9af3855d52
treee4a9bafc41a14719d2e2a9f9ba9ca58eaf73ab11
parentf726653be47434d254a725c98d899220f50a4549
autotools: allow enabling the silent-rules

With this change, it is now possible to do:
$ make V=0
or
$ ./configure --enable-silent-rules

in order to be less verbose.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
configure.ac