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

build: modernize autoconf, fix bison/flex detection #84

Merged
merged 2 commits into from
Jan 25, 2024

Commits on Jan 25, 2024

  1. build: modernize autotools stuff

    Problem: autogen.sh emits a bunch of warnings when
    run on Ubuntu 22.04 LTS with autoconf 2.71.
    
    Update a few things to address the warnings.
    
    Fixes chaos#75
    garlick committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    53c8804 View commit details
    Browse the repository at this point in the history
  2. build: fail if bison/flex are not available

    Problem: if flex or bison are not installed, configure
    lets the build continue and fail.
    
    Ensure that if those programs are missing, configure fails.
    
    Fixes chaos#40
    garlick committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    76a4527 View commit details
    Browse the repository at this point in the history