[gnome-scan] Use silent rules from automake



commit bdc73ed5a4caab9b074abeb3cf315ae642a81ef7
Author: Ã?tienne BERSAC <etienne bersac corp nerim net>
Date:   Fri Oct 29 15:31:36 2010 +0200

    Use silent rules from automake

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3b6cb4f..8b1496c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT(gnome-scan, 0.7.2, http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gnome-scan)
+AC_INIT([gnome-scan], [0.7.2], [http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gnome-scan])
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
@@ -10,6 +10,7 @@ AM_MAINTAINER_MODE
 #AC_ISC_POSIX
 AC_PROG_CC
 AM_PROG_CC_C_O
+AM_SILENT_RULES([yes])
 
 GNOME_COMPILE_WARNINGS([maximum])
 



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