mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
138bfc5ef0
commit
fbf0fef514
@ -0,0 +1,12 @@
|
||||
diff -Naur connman-1.10/configure.ac connman-1.10.patch/configure.ac
|
||||
--- connman-1.10/configure.ac 2012-12-22 22:52:47.000000000 +0100
|
||||
+++ connman-1.10.patch/configure.ac 2013-01-12 00:54:04.975043201 +0100
|
||||
@@ -2,7 +2,7 @@
|
||||
AC_INIT(connman, 1.10)
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
Loading…
x
Reference in New Issue
Block a user