Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.0 #2

Open
abdelouahabb opened this issue Mar 22, 2021 · 1 comment
Open

KG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.0 #2

abdelouahabb opened this issue Mar 22, 2021 · 1 comment

Comments

@abdelouahabb
Copy link

Solution in case someone got it in Debian based OS (Ubuntu)

sudo apt install pkg-config

Based from this issue DIGImend/uclogic-tools#4

@Gelangn
Copy link

Gelangn commented Oct 10, 2022

There is a problem with AC_CONFIG_HEADER, it's obsolete.

$ sudo autoreconf -i -f

configure.ac:26: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:26: the top level
configure.ac:29: installing './compile'
configure.ac:24: installing './install-sh'
configure.ac:24: installing './missing'
Makefile.am: installing './depcomp'

It must be AC_CONFIG_HEADERS, in "configure.ac" with final 'S'

GOOD JOB!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants