signal11 / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
2.46k stars 901 forks source link

Fix Ubuntu build issue #476

Closed nkh-lab closed 2 years ago

nkh-lab commented 2 years ago

Issue: configure.ac:23: error: AC_CONFIG_MACRO_DIR can only be used once

Fix: Remove duplication of setting AC_CONFIG_MACRO_DIR([m4])

Signed-off-by: Mykola Khyliuk nkh@ua.fm