We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried to compile on macOS 11.14. I did
macOS 11.14
autoconf ./configure
but I get
./configure: line 1852: syntax error near unexpected token `1.11' ./configure: line 1852: `AM_INIT_AUTOMAKE(1.11 foreign dist-xz)'
Thank you.
The text was updated successfully, but these errors were encountered:
For anyone else hitting their head on this part, running autoreconf -vfi instead of autoconf got me past this hurdle. Source: https://stackoverflow.com/questions/16188335/automake-error-no-proper-invocation-of-am-init-automake-was-found
autoreconf -vfi
autoconf
Sorry, something went wrong.
No branches or pull requests
I have tried to compile on
macOS 11.14
. I didbut I get
Thank you.
The text was updated successfully, but these errors were encountered: