[gnome-themes] [build] Silent rules by default.
- From: Calum Benson <calum src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-themes] [build] Silent rules by default.
- Date: Mon, 7 Sep 2009 15:16:02 +0000 (UTC)
commit fe9c2af35371f180d8f8fbc63de0f6dd8af4fa99
Author: Calum Benson <calum gnome org>
Date: Mon Sep 7 15:40:24 2009 +0100
[build] Silent rules by default.
Enable silent build rules by default if using automake-1.11 or later. Disable by either passing --disable-silent-rules to configure, or passing
V=1 to make.
configure.in | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 8dd539d..8136165 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,11 @@ AC_CONFIG_SRCDIR([icon-themes])
AM_INIT_AUTOMAKE([1.9 tar-ustar])
+# Enable silent build rules by default, requires at least
+# Automake-1.11. Disable by either passing --disable-silent-rules to
+# configure or passing V=1 to make
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
IT_PROG_INTLTOOL([0.35.0])
PKG_PROG_PKG_CONFIG([0.19])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]