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

Fixed build script for BSD systems #1554

Closed
wants to merge 2 commits into from

Commits on Sep 16, 2017

  1. Fixed build script for BSD systems

    In autogen.sh, don't assume that the correct Makefile interpreter is
    `make`. The syntax of the Makefile generated by autotools is not
    compatible with BSD Make, and must be built with GNU Make (gmake)
    instead.
    
    In addition to detecting BSD platforms (via uname) and using gmake
    instead of make, autogen.sh also generates a BSDmakefile in the
    top-level directory. In its presence, BSD Make will use it instead of a
    generic Makefile, and BSD users will be informed that they should use
    gmake instead of make to buil the project.
    
    Tested on FreeBSD.
    mqudsi committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    ded3b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49db10 View commit details
    Browse the repository at this point in the history