Skip to content

Commit 4d757d2

Browse files
authored
Remove references to quay.io/tiran/cpython_autoconf (#1236)
The `make regen-configure` does the right thing via containers already.
1 parent 9f2b215 commit 4d757d2

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

getting-started/setup-building.rst

+8-16
Original file line numberDiff line numberDiff line change
@@ -513,27 +513,19 @@ After editing :file:`configure.ac`, run ``make regen-configure`` to generate
513513
When submitting a pull request with changes made to :file:`configure.ac`,
514514
make sure you also commit the changes in the generated files.
515515

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``.
530516
Python's :file:`configure.ac` script requires a specific version of
531517
GNU Autoconf.
532518
For Python 3.12 and newer, GNU Autoconf v2.71 is required.
533519
For Python 3.11 and earlier, GNU Autoconf v2.69 is required.
534-
For GNU Autoconf v2.69, change the ``:271`` tag to ``:269``.
535520

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``,
537529
install the :program:`autoconf-archive` and :program:`pkg-config` utilities,
538530
and make sure the :file:`pkg.m4` macro file located in the appropriate
539531
:program:`aclocal` location::

0 commit comments

Comments
 (0)