diff options
author | Wu Xiaotian <[email protected]> | 2018-11-26 16:42:22 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 18:32:41 +0100 |
commit | 3e05a6ff73676960c90e8a85eac204c816b3ce29 (patch) | |
tree | 41ffe6e1c6c3d3050d9571efefcb07faf931965c | |
parent | 39d005b1649fbcc2c05fea8febb016ed478b257a (diff) | |
download | mate-applets-3e05a6ff73676960c90e8a85eac204c816b3ce29.tar.bz2 mate-applets-3e05a6ff73676960c90e8a85eac204c816b3ce29.tar.xz |
Silent output when building.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1e9aa298..ea390441 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR(m4) dnl *************************************************************************** |