mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
evtest: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
773abc0adf
commit
55a1b7069b
@ -0,0 +1,12 @@
|
||||
diff -Naur evtest-1.30-old/configure.ac evtest-1.30-new/configure.ac
|
||||
--- evtest-1.30-old/configure.ac 2012-04-26 15:15:32.000000000 -0700
|
||||
+++ evtest-1.30-new/configure.ac 2013-01-03 17:00:38.000000000 -0800
|
||||
@@ -2,7 +2,7 @@
|
||||
AC_INIT(evtest,[1.30], [https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest], evtest)
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user