[grilo-plugins] [build] silent compilation



commit 7113a618dadbf00ae2694871d689f71529001e94
Author: Víctor Manuel Jáquez Leal <vjaquez igalia com>
Date:   Tue Apr 6 18:51:12 2010 +0200

    [build] silent compilation
    
    According to http://live.gnome.org/GnomeGoals/NicerBuilds

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a237e54..7a1fd95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define([prj_version], [0.1.4])
 
 AC_INIT([prj_name], [prj_version])
 
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_SRCDIR([src])
 
@@ -26,6 +26,8 @@ AC_HEADER_STDC
 
 AM_MAINTAINER_MODE
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 # ----------------------------------------------------------
 # ENVIRONMENT CONFIGURATION
 # ----------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]