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

configure error #368

Open
dmitrypek opened this issue Sep 30, 2024 · 1 comment
Open

configure error #368

dmitrypek opened this issue Sep 30, 2024 · 1 comment

Comments

@dmitrypek
Copy link

I cloned the latest version, ran autoconf. Running configure command, I get an error:

./configure: line 2629: syntax error near unexpected token 1.7' ./configure: line 2629: AM_INIT_AUTOMAKE(1.7)'

@rmathar
Copy link

rmathar commented Jan 22, 2025

After running autoreconf -if, here should be no AM_INIT_AUTOMAKE lines in configure, but only in configure.ac. So you may have not cloned a native version of the code (which means some configure was already present), or ran autoconf or configure in wrong subdirectories etc.

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