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

Autoconf: Find Python, even if PYTHON is empty #397

Merged
merged 1 commit into from
Jul 7, 2023

Commits on Jul 5, 2023

  1. Autoconf: Find Python, even if PYTHON is empty

    The autoconf Python interpreter search was slightly modified to search
    for Python even if $PYTHON is set to an empty string.  This is done by
    unsetting PYTHON if it is set but empty, then following the usual macro.
    
    This was required since `export PYTHON` in a Makefile will create the
    `PYTHON` variable but will assign it no value (i.e. empty string).
    This causes issues in some build environments.
    
    The backup `configure~` script was also added to the developer
    `ac-clean` cleanup rule.
    marshallward committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e9c4353 View commit details
    Browse the repository at this point in the history