[dia] Bug #600983 - Use automake's silent rules for nicer build
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [dia] Bug #600983 - Use automake's silent rules for nicer build
- Date: Sat, 7 Nov 2009 16:09:29 +0000 (UTC)
commit 3d66c398445ba92a094e899f6253cbac0d16d472
Author: Hans Breuer <hans breuer org>
Date: Sat Nov 7 17:01:53 2009 +0100
Bug #600983 - Use automake's silent rules for nicer build
For now only tested with automake 1.10.2, but it does not disturb the
build there. Patch from Jon Dufresne.
configure.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index ffef85a..a23c5e9 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,7 @@ dnl configure script.
AC_INIT(dia, 0.97+git, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
AC_CONFIG_SRCDIR(app/diagram.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_PREREQ(2.50)
AC_REVISION($Revision: 1.288 $)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]