[Xfce4-commits] <gigolo:master> Turn on automake silent rules if supported

Enrico Tröger noreply at xfce.org
Thu Dec 31 16:50:04 CET 2009


Updating branch refs/heads/master
         to aa007dfb73c1e49b40f61426f0410e5b3c9acec3 (commit)
       from f2ce31e3436ae5a6541b4b253be526057f7d6d0f (commit)

commit aa007dfb73c1e49b40f61426f0410e5b3c9acec3
Author: Enrico Tröger <enrico at xfce.org>
Date:   Thu Dec 31 14:31:40 2009 +0100

    Turn on automake silent rules if supported

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 26e0149..bf6d605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,8 @@ dnl $Id$
 AC_INIT([gigolo], [0.4.0], [http://bugs.xfce.org/])
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADER(config.h)
 



More information about the Xfce4-commits mailing list