bug#32868: closed (Re: bug#32868: [PATCH v2] m4: rework silent-rules macros to avoid double expansion)

2022-02-28 Thread GNU bug Tracking System
Your bug report

#32868: Check if make supports nested variables is done twice when using silent 
rules

which was filed against the automake package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32...@debbugs.gnu.org.

-- 
32868: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32868
GNU Bug Tracking System
Contact help-debb...@gnu.org with problems
--- Begin Message ---
On 28 Feb 2022 15:58, Karl Berry wrote:
> Fixes automake bug https://bugs.gnu.org/32868.
> 
> Looks fine to me.
> 
> +./configure -C
> +grep '^AM_DEFAULT_VERBOSITY = 1' Makefile
> 
> Good :).
> 
> I remain steadfastly opposed to (ever) changing the default to be silent
> rules, as we've already discussed ad nauseam :).

we shall see :p
-mike


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---

On 9/28/18 1:47 PM, Jacob Kroon wrote:

Hi,

If I use AM_SILENT_RULES([yes]) in my configure.ac, when I run the
configure scripts I see this:
...
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
...

If I remove AM_SILENT_RULES, the test is only done once.

Is this intended behaviour ?


I don't know. But AM_SILENT_RULES is supplied by automake, not autoconf, 
so it's better to ask your question on the correct list.  I've gone 
ahead and updated the CC's accordingly.




I'm on an updated Debian Stretch system using (Debian version syntax):
autoconf 2.69-10
automake 1:1.15-6

Regards Jacob




--
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


--- End Message ---


bug#32868: [PATCH v2] m4: rework silent-rules macros to avoid double expansion

2022-02-28 Thread Mike Frysinger
On 28 Feb 2022 15:58, Karl Berry wrote:
> Fixes automake bug https://bugs.gnu.org/32868.
> 
> Looks fine to me.
> 
> +./configure -C
> +grep '^AM_DEFAULT_VERBOSITY = 1' Makefile
> 
> Good :).
> 
> I remain steadfastly opposed to (ever) changing the default to be silent
> rules, as we've already discussed ad nauseam :).

we shall see :p
-mike


signature.asc
Description: PGP signature


bug#32868: [PATCH v2] m4: rework silent-rules macros to avoid double expansion

2022-02-28 Thread Karl Berry
Fixes automake bug https://bugs.gnu.org/32868.

Looks fine to me.

+./configure -C
+grep '^AM_DEFAULT_VERBOSITY = 1' Makefile

Good :).

I remain steadfastly opposed to (ever) changing the default to be silent
rules, as we've already discussed ad nauseam :). --thanks, karl.