shithub: aubio

Download patch

ref: 18738adf08c774bdd00baa4e4eaf2fdecb416182
parent: f825dd0a4155aeffd1536f70ba551dab4099a833
author: Paul Brossier <piem@piem.org>
date: Thu Oct 1 11:44:03 EDT 2009

configure.ac: do not use AM_SILENT_RULES for now, wait for automake 1.11 to reach most systems

--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
 
 dnl Enable silent rules, use with make V=0 
-AM_SILENT_RULES
+dnl AM_SILENT_RULES
 
 dnl Maintainer mode
 AM_MAINTAINER_MODE