From: Paul Brossier Date: Thu, 1 Oct 2009 13:44:03 +0000 (+0200) Subject: configure.ac: do not use AM_SILENT_RULES for now, wait for automake 1.11 to reach... X-Git-Tag: bzr2git~240 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18738adf08c774bdd00baa4e4eaf2fdecb416182;p=aubio.git configure.ac: do not use AM_SILENT_RULES for now, wait for automake 1.11 to reach most systems --- diff --git a/configure.ac b/configure.ac index c4052b60..308d266f 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Init automake 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