evtest: add patch to support automake-1.13

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 17:48:41 +01:00
parent 773abc0adf
commit 55a1b7069b

View File

@ -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