summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-07-23 15:32:34 +0200
committerinfirit <[email protected]>2015-07-23 15:32:34 +0200
commit0a768b218d713134d8d9dc5f927f2b7b4cdc65de (patch)
tree6783cc1bc1b82c1354c6ba2f445400096c64221a /configure.ac
parentfda48486887af5cf04f58cb977c0143f94d2448b (diff)
downloadmozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.bz2
mozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.xz
Use AM_SILENT_RULES
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 086629c..34003b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ dnl -*- Mode: autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
AC_INIT(mozo, 1.10.1, http://www.mate-desktop.org)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(mozo.in)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip check-news])