Skip to content

bpo-34106: Add --with-modules-setup option to 'configure' script #8269

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

Closed
wants to merge 3 commits into from

Conversation

nascheme
Copy link
Member

@nascheme nascheme commented Jul 12, 2018

This option will allow a customized Modules/Setup file to be used to generate Modules/config.c and Makefile. Previously, 'configure' would copy Modules/Setup.dist to Modules/Setup and then Setup could be customized by the user. If GH-8229 is merged, that will no longer be supported. Using this option is an alternative to patching the Modules/Setup file in the source tree.

https://bugs.python.org/issue34106

pitrou and others added 3 commits July 10, 2018 21:33
Remove the necessity to copy the former manually to the latter when updating the local source tree.
This option will allow a customized Modules/Setup file to be used to
generate Modules/config.c and Makefile.  Previously, 'configure'
would copy Modules/Setup.dist to Modules/Setup and then Setup could
be customized by the user.  That is no longer supported.  Using this
option is an alternative to patching the Modules/Setup file in the
source tree.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants