From: fliep 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-Tag: v0.9~358 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=6713d0401299f18a57682f819aa9d8d7d064ddee Added AM_SILENT_RULES option to configure, so you can now do './configure --enable-silent-rules' to cut down on screen clutter when compiling --- 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 ##########################################################