Skip to content

Fix check for yacc/bison in configure script.#63

Closed
MrIron-no wants to merge 1 commit intoUndernetIRC:mainfrom
MrIron-no:config
Closed

Fix check for yacc/bison in configure script.#63
MrIron-no wants to merge 1 commit intoUndernetIRC:mainfrom
MrIron-no:config

Conversation

@MrIron-no
Copy link
Contributor

No description provided.

Ratler added a commit that referenced this pull request Mar 21, 2026
Backport the idea from PR #63: instead of checking yacc by piping
empty input to '$YACC -V -v --version' (which was unreliable),
test whether it can actually parse a minimal grammar.

AC_PROG_YACC already prefers 'bison -y' over byacc over yacc,
so the manual bison preference from PR #63 is unnecessary with
our automake setup.
@MrIron-no MrIron-no closed this Mar 21, 2026
@MrIron-no MrIron-no deleted the config branch March 21, 2026 21:12
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

Successfully merging this pull request may close these issues.

1 participant