shithub: sox

Download patch

ref: 38165cf85ba0fb001fdeff527b46560464e75b99
parent: 2d9b0294126d4c6e6d470b5239863c4e5daf03c5
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sat Jan 12 17:16:18 EST 2013

Fix for autoconf 2.69

--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,7 @@
 
   o Fix input length calculation for combine methods other than
     concatenate. (Ulrich Klauer)
+  o Fix to configure.ac to work with Autoconf 2.69. (cbagwell)
 
 
 sox-14.4.0	2012-03-04
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 AM_INIT_AUTOMAKE
 
 dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
-AM_CONFIG_HEADER(src/soxconfig.h)
+AC_CONFIG_HEADER(src/soxconfig.h)
 
 dnl Check we have the right srcdir
 AC_CONFIG_SRCDIR(sox.1)