From a6bd78ae3d13d6a716ae33e2b986b11fd67405bb Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 9 Nov 2021 14:18:31 +0100 Subject: [PATCH] Remove obsolete AC_EXEEXT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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')]),