]> granicus.if.org Git - graphviz/commit
Autotools: remove legacy `python` discovery
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Dec 2022 21:16:01 +0000 (13:16 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Dec 2022 17:36:02 +0000 (09:36 -0800)
commit971ac0baae6b4ce099afb8aab193a7a6b05110d1
treedb6631c679ba5f509e5d5251b440210d198af91b
parent02c0e43ae8e10bbb72e7b17f2271f5b76bf33ab4
Autotools: remove legacy `python` discovery

When removing Python 2 support, the discovery paths that checked for the Python
interpreter as `python` were retained to support older distros in the Red Hat
ecosystem where Python 3 goes by the name `python`. All currently supported
distros use the name `python3`, so this code is no longer needed.

Gitlab: related to #2332
CHANGELOG.md
configure.ac
tclpkg/Makefile.am
tclpkg/gv/Makefile.am
tclpkg/gv/demo/Makefile.am