[Xfce4-commits] <xfce4-dict:master> Turn on automake silent rules if supported
Enrico Tröger
noreply at xfce.org
Thu Dec 31 16:50:01 CET 2009
Updating branch refs/heads/master
to 8af0af6b835d41551778b346f4148b3fd014c089 (commit)
from 67b34e18e5b16fd765dce6fedd4addb9124dbdcf (commit)
commit 8af0af6b835d41551778b346f4148b3fd014c089
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu Dec 31 14:29:34 2009 +0100
Turn on automake silent rules if supported
configure.in.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index c3c4490..c086539 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -10,6 +10,8 @@ dnl init autoconf
AC_INIT([xfce4-dict], [dict_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.50])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
dnl init automake
DICT_VERSION=dict_version
AM_INIT_AUTOMAKE([xfce4-dict], [$DICT_VERSION])
More information about the Xfce4-commits
mailing list