gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)

This commit is contained in:
Erlend E. Aasland 2024-10-26 17:11:42 +02:00 committed by GitHub
parent c5b99f5c2c
commit 8b7cdc5e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

3
configure generated vendored
View File

@ -7323,6 +7323,9 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $EXEEXT" >&5
printf "%s\n" "$EXEEXT" >&6; }
# Make sure we keep EXEEXT and ac_exeext sync'ed.
ac_exeext=$EXEEXT
# Test whether we're running on a non-case-sensitive system, in which
# case we give a warning if no ext is given

View File

@ -1339,6 +1339,9 @@ AC_ARG_WITH([suffix],
])
AC_MSG_RESULT([$EXEEXT])
# Make sure we keep EXEEXT and ac_exeext sync'ed.
AS_VAR_SET([ac_exeext], [$EXEEXT])
# Test whether we're running on a non-case-sensitive system, in which
# case we give a warning if no ext is given
AC_SUBST([BUILDEXEEXT])