mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libusb: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
98fd39b9e8
commit
36adf16fa1
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur libusb-1.0.9-old/configure.ac libusb-1.0.9-new/configure.ac
|
||||||
|
--- libusb-1.0.9-old/configure.ac 2012-04-19 23:44:27.000000000 -0700
|
||||||
|
+++ libusb-1.0.9-new/configure.ac 2012-12-29 06:46:36.000000000 -0800
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
|
||||||
|
AC_CONFIG_SRCDIR([libusb/core.c])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
-AM_CONFIG_HEADER([config.h])
|
||||||
|
+AC_CONFIG_HEADERS([config.h])
|
||||||
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
|
AC_PREREQ([2.50])
|
Loading…
x
Reference in New Issue
Block a user