diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-28 21:09:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-28 21:09:52 -0500 |
commit | 83661af46a23a046a87f8d3e4464f5a70676a839 (patch) | |
tree | 8eaf17825096790eda690d4081e692e57f68a764 | |
parent | 2b6064760796e01d40fc41a605ba65826196f67a (diff) |
Enable silent rules by default2.27.93
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2fcc5cbdd..c528199db 100644 --- a/configure.ac +++ b/configure.ac @@ -56,10 +56,10 @@ cflags_set=${CFLAGS+set} AM_INIT_AUTOMAKE([1.10 no-define]) -# Support silent build rules, requires at least automake-1.11. Enable -# by either passing --enable-silent-rules to configure or passing V=0 +# Support silent build rules, requires at least automake-1.11. Disable +# by either passing --disable-silent-rules to configure or passing V=1 # to make -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) GLIB_MAJOR_VERSION=glib_major_version GLIB_MINOR_VERSION=glib_minor_version |