[cheese] build: use AM_SILENT_RULES if available, fixes bug #587581
- From: Filippo Argiolas <fargiolas src gnome org>
- To: svn-commits-list gnome org
- Subject: [cheese] build: use AM_SILENT_RULES if available, fixes bug #587581
- Date: Thu, 2 Jul 2009 08:46:15 +0000 (UTC)
commit 487cf3c0e89b8837a4a7732503d0f8f180ad507f
Author: Filippo Argiolas <filippo argiolas gmail com>
Date: Thu Jul 2 10:45:08 2009 +0200
build: use AM_SILENT_RULES if available, fixes bug #587581
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4e3c7e4..3356932 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@
AC_INIT(cheese, 2.27.4)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(cheese-config.h)
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]