Skip to content

Commit

Permalink
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Erlend Egeberg Aasland authored Nov 9, 2021
1 parent 2819e98 commit 1855336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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')]),
Expand Down

0 comments on commit 1855336

Please sign in to comment.