shithub: opus-tools

Download patch

ref: a3a69c8bae532a0deddbe7201d48e21e9e6fd974
parent: 5b00f05c2c87bbd203eee77d8536adb414905a25
author: Ralph Giles <giles@mozilla.com>
date: Wed Jan 2 10:55:37 EST 2013

Use AC_CONFIG_HEADERS.

This avoids an obsolescence warning with newer autoconf.

--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_INIT(src/opusenc.c)
 
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 dnl enable silent rules on automake 1.11 and later
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])