[grilo-plugins] [build] silent compilation
- From: Victor Manuel Jaquez Leal <vjaquez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] [build] silent compilation
- Date: Wed, 7 Apr 2010 14:36:05 +0000 (UTC)
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]