diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-11-21 20:29:51 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-11-21 20:29:51 -0500 |
commit | 6e61c5040ab6e77e0fdea70e87cc12909af2d373 (patch) | |
tree | 0151c0eec24d54916fb90c3cfb7e91e9799d6e99 | |
parent | e63eb2d74de9f4725083cc3142f50432aa7f7412 (diff) |
Default to silent builds0.6.29
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 016191c..46e1044 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", # Support silent build rules, requires at least automake-1.11. Enable # by either passing --enable-silent-rules to configure or passing V=0 # to make -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC |