bug-automake
[Top][All Lists]
Advanced

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

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


From: Mike Frysinger
Subject: bug#32868: [PATCH] m4: rework silent-rules macros to avoid double expansion
Date: Sun, 20 Feb 2022 19:28:01 -0500

On 20 Feb 2022 19:14, Mike Frysinger wrote:
> --- a/m4/silent.m4
> +++ b/m4/silent.m4
> @@ -5,12 +5,12 @@
>  # gives unlimited permission to copy and/or distribute it,
>  # with or without modifications, as long as this notice is preserved.
>  
> -# AM_SILENT_RULES([DEFAULT])
> -# --------------------------
> -# Enable less verbose build rules; with the default set to DEFAULT
> -# ("yes" being less verbose, "no" or empty being verbose).
> -AC_DEFUN([AM_SILENT_RULES],
> -[AC_ARG_ENABLE([silent-rules], [dnl
> +# _AM_SILENT_RULES
> +# ----------------
> +# Enable less verbose build rules support.
> +AC_DEFUN([_AM_SILENT_RULES],
> +[AM_DEFAULT_VERBOSITY=0

this should be 1 instead of 0.  the silent-vs-verbose is kind of a double
negative, so i flipped it before testing.  i've fix it locally.
-mike

Attachment: signature.asc
Description: PGP signature


reply via email to

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