Added AM_SILENT_RULES option to configure, so you can now do './configure --enable...
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 12 Aug 2009 21:33:56 +0000 (21:33 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 12 Aug 2009 21:33:56 +0000 (21:33 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@107 ddfedd41-794f-dd11-ae45-00112f111e67

configure.ac

index ad95022df928a1280b58e607b5e34dc59e90ca26..0972d75e5947efa9b7cde45c642ffe6a03abb850 100644 (file)
@@ -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 ##########################################################