From 6713d0401299f18a57682f819aa9d8d7d064ddee Mon Sep 17 00:00:00 2001 From: fliep Date: Wed, 12 Aug 2009 21:33:56 +0000 Subject: [PATCH] Added AM_SILENT_RULES option to configure, so you can now do './configure --enable-silent-rules' to cut down on screen clutter when compiling --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 ########################################################## -- 2.30.2