error: possibly undefined macro
AlexanderValkov opened this issue · 2 comments
AlexanderValkov commented
autoreconf --install
results in:
configure.ac:28: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:31: error: possibly undefined macro: AC_CHECK_HEADERS
autoreconf: /usr/bin/autoconf failed with exit status: 1
mmgoilf commented
I have the same issue. On void linux, kernel 5.13.19_1.
arkq commented
Please, try installing pkg-config
before running autoreconf.