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

autoreconf errors: possibly undefined macro #72

Open
silhouette opened this issue Jun 30, 2021 · 1 comment
Open

autoreconf errors: possibly undefined macro #72

silhouette opened this issue Jun 30, 2021 · 1 comment

Comments

@silhouette
Copy link

silhouette commented Jun 30, 2021

When using the installation from README on ubuntu 18.04, autoreconf reports several errors and ./configure fails afterwards:

$ autoreconf --install
configure.ac:37: error: possibly undefined macro: AC_CHECK_HEADERS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:59: error: possibly undefined macro: AC_DEFINE
configure.ac:69: error: possibly undefined macro: AC_SEARCH_LIBS
autoreconf: /usr/bin/autoconf failed with exit status: 1

Autoreconf should run without errors or the requirements should be reviewed.

@nils-ohlmeier
Copy link
Owner

Sorry for the late reply.

I think I ran into the same or similar issue recently when trying to build on a new machine. It turned out that I didn't have automake installed on that machine. I just added that requirement to the README.

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