shithub: libsamplerate

Download patch

ref: e7049a7fde1f7646df3dcb5a24a877b54dad59b7
parent: b7c06c4307976e29dd8d9e4c4839903f4c894f82
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat Oct 16 11:10:20 EDT 2010

configure.ac : Add AM_SILENT_RULES.

--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
     * src/fastest_coeffs.h src/high_qual_coeffs.h src/mid_qual_coeffs.h
     Fix typo in comments.
 
+    * configure.ac
+    Add AM_SILENT_RULES.
+
 2010-09-27  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * src/float_cast.h
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2009 Erik de Castro Lopo (erikd AT mega-nerd DOT com).
+# Copyright (C) 2002-2010 Erik de Castro Lopo (erikd AT mega-nerd DOT com).
 
 dnl Require autoconf version >= 2.57)
 AC_PREREQ(2.57)
@@ -14,6 +14,8 @@
 AC_CONFIG_MACRO_DIR([M4])
 
 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
+AM_SILENT_RULES([yes])
+
 AC_CONFIG_HEADER(src/config.h)