X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=blobdiff_plain;f=configure.ac;h=648850e8044ace6bdc4d0a438f9bf2138d81bbeb;hp=554974bde7622ec12ae27d733f572d1e07342c29;hb=6a806a07cc37bfb121e25543d65669f80371c967;hpb=293e14c55fd775084288dd3249d6ccea91bc793d 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