bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM_SILENT_RULES has no effect


From: Ralf Wildenhues
Subject: Re: AM_SILENT_RULES has no effect
Date: Fri, 22 May 2009 08:21:44 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Bruno,

* Bruno Haible wrote on Fri, May 22, 2009 at 01:37:42AM CEST:
>         * Call the `AM_SILENT_RULES' macro from within the
>           `configure.ac' file."
> 
> I'm trying to use the second option, because I'm using AM_INIT_AUTOMAKE
> in the old 2-arguments form.
> 
> After running 'aclocal', 'autoconf', 'autoheader', the 'automake' command
> fails:
> 
>   $ automake
>   gllib/Makefile.am:13: option `silent-rules' must be an argument of 
> AM_INIT_AUTOMAKE

Try not setting `silent-rules' in Makefile.am at all.  It is sufficient
to only use the macro AM_SILENT_RULES in configure.ac.

The setting in Makefile.am has been turned into an error because it
alone was not sufficient; and when the developer has to touch
configure.ac anyway, then there is little reason to build only part of
the tree with silent rules, so there is no reason to require changing
any Makefile.am at all.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]