]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
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

index 76d9c49936134fc0dbf720a9ef9b457b0fcfa739..45ac189f727527a508455b0b5b49104ce0818b22 100755 (executable)
--- a/configure
+++ b/configure
@@ -5738,7 +5738,6 @@ atheos*|Linux*/1*)
    exit 1;;
 esac
 
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-suffix" >&5
 $as_echo_n "checking for --with-suffix... " >&6; }
 
index 8ea5d491a96747d4621b0ddee5bf911bb26d6793..7361d89a69016564589cdf062ade5d34db4b73e9 100644 (file)
@@ -947,7 +947,6 @@ atheos*|Linux*/1*)
    exit 1;;
 esac
 
-AC_EXEEXT
 AC_MSG_CHECKING(for --with-suffix)
 AC_ARG_WITH(suffix,
             AS_HELP_STRING([--with-suffix=SUFFIX], [set executable suffix to SUFFIX (default is '.exe')]),