mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Regenerate configure after the Python version bump (#104757)
Regenerate configure after the Python version bump.
This commit is contained in:
parent
42974c46bc
commit
bc285c667c
1 changed files with 13 additions and 13 deletions
26
configure
generated
vendored
26
configure
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for python 3.12.
|
||||
# Generated by GNU Autoconf 2.69 for python 3.13.
|
||||
#
|
||||
# Report bugs to <https://github.com/python/cpython/issues/>.
|
||||
#
|
||||
|
|
@ -580,8 +580,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='python'
|
||||
PACKAGE_TARNAME='python'
|
||||
PACKAGE_VERSION='3.12'
|
||||
PACKAGE_STRING='python 3.12'
|
||||
PACKAGE_VERSION='3.13'
|
||||
PACKAGE_STRING='python 3.13'
|
||||
PACKAGE_BUGREPORT='https://github.com/python/cpython/issues/'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
|
@ -1690,7 +1690,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures python 3.12 to adapt to many kinds of systems.
|
||||
\`configure' configures python 3.13 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
|
@ -1756,7 +1756,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of python 3.12:";;
|
||||
short | recursive ) echo "Configuration of python 3.13:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
|
@ -1800,9 +1800,9 @@ Optional Features:
|
|||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
--with-build-python=python3.12
|
||||
--with-build-python=python3.13
|
||||
path to build python binary for cross compiling
|
||||
(default: _bootstrap_python or python3.12)
|
||||
(default: _bootstrap_python or python3.13)
|
||||
--with-pkg-config=[yes|no|check]
|
||||
use pkg-config to detect build options (default is
|
||||
check)
|
||||
|
|
@ -2041,7 +2041,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
python configure 3.12
|
||||
python configure 3.13
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
|
@ -2750,7 +2750,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by python $as_me 3.12, which was
|
||||
It was created by python $as_me 3.13, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
|
@ -3366,7 +3366,7 @@ fi
|
|||
|
||||
|
||||
|
||||
for ac_prog in python$PACKAGE_VERSION python3.12 python3.11 python3.10 python3 python
|
||||
for ac_prog in python$PACKAGE_VERSION python3.13 python3.12 python3.11 python3.10 python3 python
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
|
@ -3436,7 +3436,7 @@ rm confdefs.h
|
|||
mv confdefs.h.new confdefs.h
|
||||
|
||||
|
||||
VERSION=3.12
|
||||
VERSION=3.13
|
||||
|
||||
# Version number of Python's own shared library file.
|
||||
|
||||
|
|
@ -28971,7 +28971,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by python $as_me 3.12, which was
|
||||
This file was extended by python $as_me 3.13, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
|
@ -29033,7 +29033,7 @@ _ACEOF
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
python config.status 3.12
|
||||
python config.status 3.13
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue