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
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)'
1.16.5' ./configure: line 3215:
The text was updated successfully, but these errors were encountered:
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?
autogen.sh
Sorry, something went wrong.
Thanks for the response
autoreconf --verbose --install --force
Resolved the issue.
No branches or pull requests
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)'The text was updated successfully, but these errors were encountered: