Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • anjuta anjuta
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • anjutaanjuta
  • Merge requests
  • !4

build: Don't require exact match in the bison check

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ting-Wei Lan requested to merge wip/lantw/build-dont-require-exact-match-in-the-bison-check into master Aug 29, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Autoconf changed its way to use bison several years ago: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=42761668c0300afa7f8bf5ba736458a818cd5d15

It haven't been made available in any release, but it is possible for distributions to backport the commit into their packages, causing the bison check to fail. Specifically, it already happens on FreeBSD.

Therefore, instead of requiring an exact match, the check is changed to only require the variable is started with 'bison' and a white space.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/lantw/build-dont-require-exact-match-in-the-bison-check