From 6a806a07cc37bfb121e25543d65669f80371c967 Mon Sep 17 00:00:00 2001 From: Clement Chauplannaz Date: Sat, 11 May 2013 14:42:32 +0200 Subject: [PATCH] Configure: document silent-rules + typo Explicit the behavior regarding silent-rules (i.e. on by default for release / off by default for development). Correct a typo in the comment on -Werror option. Signed-off-by: Clement Chauplannaz Signed-off-by: "Yann E. MORIN" --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 554974b..648850e 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,10 @@ AS_IF( AM_INIT_AUTOMAKE([foreign]) +# For releases, enable silent rules, unless the user explicitly +# disables them. +# For the devel tree, do build with verbose output, unless user +# explicitly enables silent rules AS_IF( [test "$(${srcdir}/scripts/version.sh --internal)" = "git"], [AM_SILENT_RULES], @@ -63,7 +67,7 @@ AC_ARG_ENABLE( [*], [wall_CFLAGS=""])]) AC_SUBST([wall_CFLAGS],[${wall_CFLAGS}]) -# For releases, do not build with -Werror, unless the user explcitly +# For releases, do not build with -Werror, unless the user explicitly # requests to build with -Werror. # For the devel tree, do build with -Werror by default, unless user # explicitly disables -Werror -- 2.39.2