[pisa-src] r1479 - trunk/configure.ac

  • From: Mircea Gherzan <mgherzan@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 Nov 2009 12:48:34 +0100

Author: gherzan
Date: Mon Nov  2 12:48:34 2009
New Revision: 1479

Log:
Enable silent build rules

When calling ./configure with the --enable-silent-rules option, the default
make ouput will be way less verbose (by ommmiting CFLAGS, LDFLAGS, etc)

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Mon Nov  2 12:39:52 2009        (r1478)
+++ trunk/configure.ac  Mon Nov  2 12:48:34 2009        (r1479)
@@ -13,6 +13,7 @@
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign])
+AM_SILENT_RULES
 
 AC_CONFIG_MACRO_DIR([m4])
 

Other related posts: