[issue46973] Provide make target to regenerate autoconf files with container

2022-03-10 Thread Christian Heimes
Christian Heimes added the comment: New changeset 434ffb7f1f86e6b0cdfad3ede59993934d86e464 by Christian Heimes in branch 'main': bpo-46973: Add regen-configure make target (GH-31792) https://github.com/python/cpython/commit/434ffb7f1f86e6b0cdfad3ede59993934d86e464 -- __

[issue46973] Provide make target to regenerate autoconf files with container

2022-03-10 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +29896 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31792 ___ Python tracker ___

[issue46973] Provide make target to regenerate autoconf files with container

2022-03-10 Thread Christian Heimes
New submission from Christian Heimes : CPython stores auto-generated autoconf files (configure, aclocal.m4, pyconfig.h.in) in git. The files must be regenerated with very specific versions of autotools 2.69 + runtimestate patch, autoarchive, and pkg-config's m4 macros. I provide a container i