From: Philip Chimento <philip.chimento@gmail.com>
Date: Wed, 12 Aug 2009 21:33:56 +0000 (+0000)
Subject: Added AM_SILENT_RULES option to configure, so you can now do './configure --enable... 
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=e86673447d4d0d3f557dee5aa22f99938e7168df;p=rodin%2Fchimara.git

Added AM_SILENT_RULES option to configure, so you can now do './configure --enable-silent-rules' to cut down on screen clutter when compiling

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@107 ddfedd41-794f-dd11-ae45-00112f111e67
---

diff --git a/configure.ac b/configure.ac
index ad95022..0972d75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ AC_INIT([chimara], [0.1])
 AC_CONFIG_SRCDIR(libchimara/chimara-glk.c)
 # Initialize Automake
 AM_INIT_AUTOMAKE([-Wall])
+# Configure with --enable-silent-rules to cut down on clutter
+AM_SILENT_RULES
 
 ### DECLARE PROGRAMS ##########################################################