diff options
author | Christian Heimes <christian@python.org> | 2022-03-10 17:03:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 17:03:27 (GMT) |
commit | 434ffb7f1f86e6b0cdfad3ede59993934d86e464 (patch) | |
tree | 9e4251c3ac27d5d137b90e6000628cb03e14e31c /Misc | |
parent | a0eb69c1a2e3aee75cb48e9868ef06a531b94a70 (diff) | |
download | cpython-434ffb7f1f86e6b0cdfad3ede59993934d86e464.zip cpython-434ffb7f1f86e6b0cdfad3ede59993934d86e464.tar.gz cpython-434ffb7f1f86e6b0cdfad3ede59993934d86e464.tar.bz2 |
bpo-46973: Add regen-configure make target (GH-31792)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-10-14-30-39.bpo-46973._LEvnc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-10-14-30-39.bpo-46973._LEvnc.rst b/Misc/NEWS.d/next/Build/2022-03-10-14-30-39.bpo-46973._LEvnc.rst new file mode 100644 index 0000000..62d71d1 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-10-14-30-39.bpo-46973._LEvnc.rst @@ -0,0 +1,2 @@ +Add ``regen-configure`` make target to regenerate configure script with +Christian's container image ``quay.io/tiran/cpython_autoconf:269``. |