diff options
Diffstat (limited to 'repo/hidapi/autoconf-270.patch')
-rw-r--r-- | repo/hidapi/autoconf-270.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repo/hidapi/autoconf-270.patch b/repo/hidapi/autoconf-270.patch new file mode 100644 index 0000000..e9a24bb --- /dev/null +++ b/repo/hidapi/autoconf-270.patch @@ -0,0 +1,15 @@ +Upstream: Should be +Reason: Fixes regenerating with autoconf270 + +diff --git a/configure.ac b/configure.ac +index b9f670e..b1695ad 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -18,7 +18,6 @@ lt_revision="0" + lt_age="0" + LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}" + +-AC_CONFIG_MACRO_DIR([m4]) + AM_INIT_AUTOMAKE([foreign -Wall -Werror]) + AC_CONFIG_MACRO_DIR([m4]) + |