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

Add missing macros so that autoconf can be regenerated #24

Closed
wants to merge 1 commit into from

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Oct 17, 2022

Right now the autoconf script cannot be regenerated due to some missing macros.

configure.ac:17: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:187: error: possibly undefined macro: AC_DEFINE

aclocal generates the minimal macros necessary to resolve the issue.

Right now the autoconf script cannot be regenerated due to some missing macros.

configure.ac:17: error: possibly undefined macro: dnl
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:187: error: possibly undefined macro: AC_DEFINE

aclocal generates the minimal macros necessary to resolve the issue.
@willamowius
Copy link
Owner

In what situation do you get the mentioned error message ?

Also, your pull request seems incomplete. You seem to have made other changes to configure.ac, eg. renaming OPENSSL and SDL to lowercase (which I don't really like).

@brad0
Copy link
Contributor Author

brad0 commented Oct 17, 2022

In what situation do you get the mentioned error message ?

Also, your pull request seems incomplete. You seem to have made other changes to configure.ac, eg. renaming OPENSSL and SDL to lowercase (which I don't really like).

When you try to regenerate the autoconf script.

I didn't make any other changes. That is the proper auto-generated form with the macros being used as is.

What else is necessary for the PR?

@willamowius
Copy link
Owner

Running "autoconf" to regenerate configure works fine when I try it. I don't see the issue, yet.

@willamowius
Copy link
Owner

Added aclocal.m4

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

Successfully merging this pull request may close these issues.

None yet

2 participants