OSDN Git Service

configure.in: Add m4 check for new AM_SILENT_RULES
authorStefan Schmidt <stefan@slimlogic.co.uk>
Tue, 29 Sep 2009 21:48:20 +0000 (23:48 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 30 Sep 2009 06:21:42 +0000 (08:21 +0200)
commit97145934f0cf875444722181f5b97f53eb0f92ce
treef406c6d7a61a1895a63b972a2a9c0affefd1b773
parent81ac9f4d483ef3ab7c244cb82bede3bdc76bcbe2
configure.in: Add m4 check for new AM_SILENT_RULES

Kbuild like output for automake (>=1.11). It's no hard dependency as it needs
the newest automake, but enable it by default if it is available. To turn it off
you can either use --disable-silent-rules at configure time or make V=0  at
compile time.

Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in