mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libbluray: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a904b052c6
commit
0b08227b1b
@ -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
|
||||||
|
"")
|
Loading…
x
Reference in New Issue
Block a user