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: don't try to locate Python.h with locate #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vincentbernat
Copy link

locate may discover Python.h in chroot or at unexpected
locations. Instead, use distutils module. To this effect,
ax_python.m4 is just updated to the latest available version.

This also fixes various other problems, like trying to detect an older Python version but reusing the location of the failing newer Python version from cache instead and some "test: too many arguments" occurrences.

`locate` may discover `Python.h` in chroot or at unexpected
locations. Instead, use `distutils` module. To this effect,
`ax_python.m4` is just updated to the latest available version.

Signed-off-by: Vincent Bernat <[email protected]>
@Neustradamus
Copy link

@tgraf: Can you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants