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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 Nov 2009 14:46:27 +0100

Author: biurrun
Date: Mon Nov  2 14:46:26 2009
New Revision: 1482

Log:
Revert silent build option.
Whether a silent build is better or not is a disputed subject.
In any case, the macro is unavailable on some systems that we care about.
Thus, keeping it in place is not acceptable.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Mon Nov  2 13:28:31 2009        (r1481)
+++ trunk/configure.ac  Mon Nov  2 14:46:26 2009        (r1482)
@@ -13,7 +13,6 @@
 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:

  • » [pisa-src] r1482 - trunk/configure.ac - Diego Biurrun