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

Fix configure.ac buglet when used with autoconf 2.70 #1198

Merged
merged 1 commit into from
Jan 4, 2021

Commits on Jan 1, 2021

  1. Don't set $host_alias as that confuses autoconf 2.70

    Autoconf 2.70 is more careful about cross compilation, so with this
    version using AC_FUNC_MMAP implies AC_CANONICAL_HOST and hence computes
    $build/build_alias/host/host_alias/etc. Setting $host_alias ourselves
    interferes with that. Hat tip Matthias Klose (via debbug#978835).
    
    As autoconf 2.70 implicitly uses AC_CANONICAL_HOST, it requires (and its
    autoreconf --install installs) config.guess and config.sub. Ignore those,
    and ignore install-sh as well for good measure.
    jmarshall committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    6821fc8 View commit details
    Browse the repository at this point in the history