libbluray: add patch to support automake-1.13

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 17:58:23 +01:00
parent a904b052c6
commit 0b08227b1b

View File

@ -0,0 +1,12 @@
diff -Naur libbluray-0.2.3-old/configure.ac libbluray-0.2.3-new/configure.ac
--- libbluray-0.2.3-old/configure.ac 2012-08-17 04:27:32.000000000 -0700
+++ libbluray-0.2.3-new/configure.ac 2012-12-30 15:02:51.000000000 -0800
@@ -22,7 +22,7 @@
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign tar-ustar])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
case "${host_os}" in
"")