]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 9 Nov 2021 15:32:59 +0000 (16:32 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Nov 2021 15:32:59 +0000 (07:32 -0800)
commit185533639d6eddd42a28f9e3517067bd877e34c5
tree61682f4f0d1baea6c338b923a6c9a2255c85c4a2
parent2819e98d1048238bf94dc2ba88ae2455d01861bc
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)

From the autoconf docs *Obsolete Macros* section:

    Defined the output variable EXEEXT based on the output of the
    compiler, which is now done automatically. Typically set to empty
    string if Posix and ‘.exe’ if a DOS variant.
configure
configure.ac