diff options
author | infirit <[email protected]> | 2015-07-23 15:32:34 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-23 15:32:34 +0200 |
commit | 0a768b218d713134d8d9dc5f927f2b7b4cdc65de (patch) | |
tree | 6783cc1bc1b82c1354c6ba2f445400096c64221a /configure.ac | |
parent | fda48486887af5cf04f58cb977c0143f94d2448b (diff) | |
download | mozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.bz2 mozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.xz |
Use AM_SILENT_RULES
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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]) |