mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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.
This commit is contained in:
parent
2819e98d10
commit
185533639d
2 changed files with 0 additions and 2 deletions
1
configure
vendored
1
configure
vendored
|
@ -5738,7 +5738,6 @@ atheos*|Linux*/1*)
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-suffix" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-suffix" >&5
|
||||||
$as_echo_n "checking for --with-suffix... " >&6; }
|
$as_echo_n "checking for --with-suffix... " >&6; }
|
||||||
|
|
||||||
|
|
|
@ -947,7 +947,6 @@ atheos*|Linux*/1*)
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_EXEEXT
|
|
||||||
AC_MSG_CHECKING(for --with-suffix)
|
AC_MSG_CHECKING(for --with-suffix)
|
||||||
AC_ARG_WITH(suffix,
|
AC_ARG_WITH(suffix,
|
||||||
AS_HELP_STRING([--with-suffix=SUFFIX], [set executable suffix to SUFFIX (default is '.exe')]),
|
AS_HELP_STRING([--with-suffix=SUFFIX], [set executable suffix to SUFFIX (default is '.exe')]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue