From 185533639d6eddd42a28f9e3517067bd877e34c5 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Tue, 9 Nov 2021 16:32:59 +0100 Subject: [PATCH] bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index 76d9c49936134f..45ac189f727527 100755 --- 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; } diff --git a/configure.ac b/configure.ac index 8ea5d491a96747..7361d89a690165 100644 --- a/configure.ac +++ b/configure.ac @@ -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')]),