summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2018-11-26 16:42:22 +0800
committerraveit65 <[email protected]>2018-12-08 11:05:07 +0100
commitcefd5e90bde498a5c8318b140547d3fa029a93f5 (patch)
tree915169a883567e40b3861d6753decc49b9cce584
parentdfad03185083d9ef2eae594a68d8c18180818150 (diff)
downloadmate-applets-cefd5e90bde498a5c8318b140547d3fa029a93f5.tar.bz2
mate-applets-cefd5e90bde498a5c8318b140547d3fa029a93f5.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 6a1049b5..5d42c65f 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 ***************************************************************************