r5909 - trunk/src/host/dfu-util

stefan at docs.openmoko.org stefan at docs.openmoko.org
Wed Apr 7 20:04:03 CEST 2010


Author: stefan
Date: 2010-04-07 20:04:02 +0200 (Wed, 07 Apr 2010)
New Revision: 5909

Modified:
   trunk/src/host/dfu-util/configure.ac
Log:
configure.ac: Add SILENT_RULES

If automake >= 1.11 is used we now use a cleaner compile output.

Modified: trunk/src/host/dfu-util/configure.ac
===================================================================
--- trunk/src/host/dfu-util/configure.ac	2010-04-07 17:11:32 UTC (rev 5908)
+++ trunk/src/host/dfu-util/configure.ac	2010-04-07 18:04:02 UTC (rev 5909)
@@ -8,6 +8,9 @@
 #AC_CONFIG_SRCDIR([src/atmel.c])
 AM_CONFIG_HEADER([config.h])
 
+# Test for new silent rules and enable only if they are available
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AM_MAINTAINER_MODE
 
 # Checks for programs.




More information about the commitlog mailing list