@@ -513,27 +513,19 @@ After editing :file:`configure.ac`, run ``make regen-configure`` to generate
513
513
When submitting a pull request with changes made to :file: `configure.ac `,
514
514
make sure you also commit the changes in the generated files.
515
515
516
- The recommended and by far the easiest way to regenerate :file: `configure ` is::
517
-
518
- $ make regen-configure
519
-
520
- If you are regenerating :file: `configure ` in a clean repo,
521
- run one of the following containers instead::
522
-
523
- $ podman run --rm --pull=always -v $(pwd):/src:Z quay.io/tiran/cpython_autoconf:271
524
-
525
- ::
526
-
527
- $ docker run --rm --pull=always -v $(pwd):/src quay.io/tiran/cpython_autoconf:271
528
-
529
- Notice that the images are tagged with ``271 ``.
530
516
Python's :file: `configure.ac ` script requires a specific version of
531
517
GNU Autoconf.
532
518
For Python 3.12 and newer, GNU Autoconf v2.71 is required.
533
519
For Python 3.11 and earlier, GNU Autoconf v2.69 is required.
534
- For GNU Autoconf v2.69, change the ``:271 `` tag to ``:269 ``.
535
520
536
- If you cannot (or don't want to) use the ``cpython_autoconf `` containers,
521
+ The recommended and by far the easiest way to regenerate :file: `configure ` is::
522
+
523
+ $ make regen-configure
524
+
525
+ This will use Podman or Docker to do the regeneration with the proper version
526
+ of GNU Autoconf.
527
+
528
+ If you cannot (or don't want to) use ``make regen-configure ``,
537
529
install the :program: `autoconf-archive ` and :program: `pkg-config ` utilities,
538
530
and make sure the :file: `pkg.m4 ` macro file located in the appropriate
539
531
:program: `aclocal ` location::
0 commit comments