Skip to content

Commit 1855336

Browse files
author
Erlend Egeberg Aasland
authored
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.
1 parent 2819e98 commit 1855336

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

configure

-1
Original file line numberDiff line numberDiff line change
@@ -5738,7 +5738,6 @@ atheos*|Linux*/1*)
57385738
exit 1;;
57395739
esac
57405740

5741-
57425741
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-suffix" >&5
57435742
$as_echo_n "checking for --with-suffix... " >&6; }
57445743

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,6 @@ atheos*|Linux*/1*)
947947
exit 1;;
948948
esac
949949

950-
AC_EXEEXT
951950
AC_MSG_CHECKING(for --with-suffix)
952951
AC_ARG_WITH(suffix,
953952
AS_HELP_STRING([--with-suffix=SUFFIX], [set executable suffix to SUFFIX (default is '.exe')]),

0 commit comments

Comments
 (0)