]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108465: Use compiler basename when determining compiler flags (#108392)
authorJohn Micco <jmicco@users.noreply.github.com>
Sun, 27 Aug 2023 21:07:09 +0000 (14:07 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 21:07:09 +0000 (21:07 +0000)
commitfecb9faf0b2df6a219696502a34b918c5d2bfe9d
tree83ab35ad3f8501fb2f8e831ef46c0d6e153297d0
parent38afa4af9bfc8297a5ee270c37f3f120a04297ea
gh-108465: Use compiler basename when determining compiler flags (#108392)

Note:
GNU Autoconf discourages the use of 'basename', and recommends 'expr' instead.

Co-authored-by: Erlend E. Aasland <erlend@python.org>
configure
configure.ac