<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it.<br>
</span></div>
<div><span><br>
  </span></div>
<div><span>diff --git a/configure.ac b/configure.ac<br>
index 6a65fcc..36ac6c6 100644<br>
--- a/configure.ac<br>
+++ b/configure.ac<br>
@@ -20,7 +20,7 @@<br>
    <br>
&nbsp;AC_INIT(src/flac/main.c)<br>
&nbsp;AM_INIT_AUTOMAKE(flac, 1.2.1)<br>
-AM_SILENT_RULES([yes])<br>
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])<br>
    <br>
&nbsp;# Don't automagically regenerate autoconf/automake generated files unless<br>
&nbsp;# explicitly requested.&nbsp; Eases autobuilding -mdz</span><br>
 </div>
<div class="yui_3_2_0_15_132820218217554" style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><br>
 </div>  </div></body></html>