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 aborts if yacc or lex cannot be found #2

Closed
ghost opened this issue Jan 20, 2017 · 1 comment
Closed

configure aborts if yacc or lex cannot be found #2

ghost opened this issue Jan 20, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 20, 2017

When yacc (or lex) cannot be found, configure outputs:

./configure: cannot find yacc. Will try to use pre-provided source.

Despite this message, it aborts at that line, probably due to a misplaced exit 1 in the configure script.

I ran sed 's/exit 1 ;//' -i configure and now the script behaves as expected.

@the-maldridge
Copy link
Collaborator

Resolved by 5311413

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

1 participant