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: fails with syntax error near unexpected token `1.16.5' #54

Open
shashankcheema opened this issue Oct 25, 2022 · 2 comments
Open

Comments

@shashankcheema
Copy link

configure: configuring nss-pam-ldapd 0.9.12
./configure: line 3215: syntax error near unexpected token 1.16.5' ./configure: line 3215: AM_INIT_AUTOMAKE(1.16.5 check-news gnu std-options color-tests --warnings=all)'

@arthurdejong
Copy link
Owner

The configure script that was shipped as part of nss-pam-ldapd 0.9.12 does not appear to have anything resembling

AM_INIT_AUTOMAKE(1.16.5 check-news gnu std-options color-tests --warnings=all)

Line 3215 has:

test "x$ac_build_alias" = x &&

Have you re-generated the configure script with the autogen.sh script? Perhaps the wrong version of automake and/or autoconf were used?

@shashankcheema
Copy link
Author

Thanks for the response

autoreconf --verbose --install --force

Resolved the issue.

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