[pisa-src] Re: r1479 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 20:02:21 +0100

On Mon, Nov 02, 2009 at 12:48:34PM +0100, Mircea Gherzan wrote:
> 
> Log:
> Enable silent build rules
> 
> When calling ./configure with the --enable-silent-rules option, the default
> make ouput will be way less verbose (by ommmiting CFLAGS, LDFLAGS, etc)
> 
> --- trunk/configure.ac        Mon Nov  2 12:39:52 2009        (r1478)
> +++ trunk/configure.ac        Mon Nov  2 12:48:34 2009        (r1479)
> @@ -13,6 +13,7 @@
>  AM_INIT_AUTOMAKE([foreign])
> +AM_SILENT_RULES

This macro is available starting from automake 1.11.  We currently run
Ubuntu jaunty on our build hosts, which "only" has automake 1.10.
Ubuntu karmic has automake 1.11.

Diego

Other related posts: