summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2018-11-26 16:42:22 +0800
committerraveit65 <[email protected]>2018-12-16 18:32:41 +0100
commit3e05a6ff73676960c90e8a85eac204c816b3ce29 (patch)
tree41ffe6e1c6c3d3050d9571efefcb07faf931965c
parent39d005b1649fbcc2c05fea8febb016ed478b257a (diff)
downloadmate-applets-3e05a6ff73676960c90e8a85eac204c816b3ce29.tar.bz2
mate-applets-3e05a6ff73676960c90e8a85eac204c816b3ce29.tar.xz
Silent output when building.
-rw-r--r--configure.ac1
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 ***************************************************************************