From 3eacaa69f0b8c6a7473e2b3c8a02ccf4649c487b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:04:38 +0100 Subject: [PATCH] libhid: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../libhid/patches/libhid-0.2.16-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/sysutils/libhid/patches/libhid-0.2.16-automake-1.13.patch diff --git a/packages/sysutils/libhid/patches/libhid-0.2.16-automake-1.13.patch b/packages/sysutils/libhid/patches/libhid-0.2.16-automake-1.13.patch new file mode 100644 index 0000000000..eb2b2245c0 --- /dev/null +++ b/packages/sysutils/libhid/patches/libhid-0.2.16-automake-1.13.patch @@ -0,0 +1,12 @@ +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([.]) +