bug-automake
[Top][All Lists]
Advanced

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

bug#11371: [Patch] fix silent-rules option


From: Marc-Antoine Perennou
Subject: bug#11371: [Patch] fix silent-rules option
Date: Sat, 28 Apr 2012 19:25:15 +0200

The AM_SILENT_RULES macro needs an argument to be enabled.
Currently, if the silent-rules option is set in AM_INIT_AUTOMAKE, the action is an AC_REQUIRE on the macro, which runs it without any arg, resulting in an useless action.
The only way for now to enable silent-rules is to call AM_SILENT_RULES([yes]), the silent-rules option has no effect at all.
This patch solves it, calling the macro with the right arg

Attachment: 0001-init-fix-silent-rules-option.patch
Description: Binary data


reply via email to

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