generic-poky/meta/recipes-multimedia/libvorbis/libvorbis-1.3.3/obsolete_automake_macros.patch
Marko Lindqvist dafbebca07 libvorbis: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

(From OE-Core rev: 0f2a601b04ac564905942b4d2006dbf348b1517b)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-15 08:10:12 +00:00

16 lines
541 B
Diff

Upstream-Status: Submitted [https://trac.xiph.org/ticket/1919]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd libvorbis-1.3.3/configure.ac libvorbis-1.3.3/configure.ac
--- libvorbis-1.3.3/configure.ac 2012-02-04 00:00:34.000000000 +0200
+++ libvorbis-1.3.3/configure.ac 2013-01-03 08:41:34.718676342 +0200
@@ -13,7 +13,7 @@
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")