1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 08:06:25 +00:00
Lakka-LibreELEC/packages/sysutils/libhid/patches/libhid-0.2.16-automake-1.13.patch
Stephan Raue 3eacaa69f0 libhid: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 18:04:38 +01:00

13 lines
412 B
Diff

diff -Naur libhid-0.2.16/configure.ac libhid-0.2.16.patch/configure.ac
--- libhid-0.2.16/configure.ac 2007-04-01 22:32:10.000000000 +0200
+++ libhid-0.2.16.patch/configure.ac 2013-01-12 17:23:25.129691249 +0100
@@ -21,7 +21,7 @@
AC_INIT(MD_INIT_NAME, MD_INIT_VERSION, MD_INIT_ADDRESS)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([include/hid.h])
AC_CONFIG_AUX_DIR([.])