mirror of https://github.com/python/cpython
gh-96191: Update the configure file to use GitHub issue (gh-96211)
This commit is contained in:
parent
d8d55d13fc
commit
af368a7db4
|
@ -2,7 +2,7 @@
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# 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.12.
|
||||||
#
|
#
|
||||||
# Report bugs to <https://bugs.python.org/>.
|
# Report bugs to <https://github.com/python/cpython/issues/>.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
|
@ -267,10 +267,10 @@ fi
|
||||||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||||
else
|
else
|
||||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
||||||
$0: https://bugs.python.org/ about your system, including
|
$0: https://github.com/python/cpython/issues/ about your
|
||||||
$0: any error possibly output before this message. Then
|
$0: system, including any error possibly output before this
|
||||||
$0: install a modern shell, or manually run the script
|
$0: message. Then install a modern shell, or manually run
|
||||||
$0: under such a shell if you do have one."
|
$0: the script under such a shell if you do have one."
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -582,7 +582,7 @@ PACKAGE_NAME='python'
|
||||||
PACKAGE_TARNAME='python'
|
PACKAGE_TARNAME='python'
|
||||||
PACKAGE_VERSION='3.12'
|
PACKAGE_VERSION='3.12'
|
||||||
PACKAGE_STRING='python 3.12'
|
PACKAGE_STRING='python 3.12'
|
||||||
PACKAGE_BUGREPORT='https://bugs.python.org/'
|
PACKAGE_BUGREPORT='https://github.com/python/cpython/issues/'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
ac_unique_file="Include/object.h"
|
ac_unique_file="Include/object.h"
|
||||||
|
@ -1971,7 +1971,7 @@ Some influential environment variables:
|
||||||
Use these variables to override the choices made by `configure' or to help
|
Use these variables to override the choices made by `configure' or to help
|
||||||
it to find libraries and programs with nonstandard names/locations.
|
it to find libraries and programs with nonstandard names/locations.
|
||||||
|
|
||||||
Report bugs to <https://bugs.python.org/>.
|
Report bugs to <https://github.com/python/cpython/issues/>.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
fi
|
fi
|
||||||
|
@ -2193,9 +2193,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
||||||
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
||||||
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
||||||
( $as_echo "## --------------------------------------- ##
|
( $as_echo "## -------------------------------------------------------- ##
|
||||||
## Report this to https://bugs.python.org/ ##
|
## Report this to https://github.com/python/cpython/issues/ ##
|
||||||
## --------------------------------------- ##"
|
## -------------------------------------------------------- ##"
|
||||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -20845,7 +20845,7 @@ fi
|
||||||
# rounding issues. The result of this test has little meaning on non
|
# rounding issues. The result of this test has little meaning on non
|
||||||
# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
|
# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
|
||||||
# mode is round-to-nearest and double rounding issues are present, and
|
# mode is round-to-nearest and double rounding issues are present, and
|
||||||
# 0 otherwise. See http://bugs.python.org/issue2937 for more info.
|
# 0 otherwise. See https://github.com/python/cpython/issues/47186 for more info.
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for x87-style double rounding" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for x87-style double rounding" >&5
|
||||||
$as_echo_n "checking for x87-style double rounding... " >&6; }
|
$as_echo_n "checking for x87-style double rounding... " >&6; }
|
||||||
if ${ac_cv_x87_double_rounding+:} false; then :
|
if ${ac_cv_x87_double_rounding+:} false; then :
|
||||||
|
@ -28913,7 +28913,7 @@ $config_files
|
||||||
Configuration headers:
|
Configuration headers:
|
||||||
$config_headers
|
$config_headers
|
||||||
|
|
||||||
Report bugs to <https://bugs.python.org/>."
|
Report bugs to <https://github.com/python/cpython/issues/>."
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -2,7 +2,7 @@ dnl ***************************************************
|
||||||
dnl * Please run autoreconf -if to test your changes! *
|
dnl * Please run autoreconf -if to test your changes! *
|
||||||
dnl ***************************************************
|
dnl ***************************************************
|
||||||
dnl
|
dnl
|
||||||
dnl Python's configure script requires autoconf 2.69 and autoconf-archive.
|
dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
# Set VERSION so we only need to edit in one place (i.e., here)
|
# Set VERSION so we only need to edit in one place (i.e., here)
|
||||||
|
@ -10,7 +10,7 @@ m4_define(PYTHON_VERSION, 3.12)
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
|
|
||||||
AC_INIT([python],[PYTHON_VERSION],[https://bugs.python.org/])
|
AC_INIT([python],[PYTHON_VERSION],[https://github.com/python/cpython/issues/])
|
||||||
|
|
||||||
m4_ifdef(
|
m4_ifdef(
|
||||||
[AX_C_FLOAT_WORDS_BIGENDIAN],
|
[AX_C_FLOAT_WORDS_BIGENDIAN],
|
||||||
|
@ -5582,7 +5582,7 @@ AS_VAR_IF([ac_cv_gcc_asm_for_mc68881], [yes], [
|
||||||
# rounding issues. The result of this test has little meaning on non
|
# rounding issues. The result of this test has little meaning on non
|
||||||
# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
|
# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
|
||||||
# mode is round-to-nearest and double rounding issues are present, and
|
# mode is round-to-nearest and double rounding issues are present, and
|
||||||
# 0 otherwise. See http://bugs.python.org/issue2937 for more info.
|
# 0 otherwise. See https://github.com/python/cpython/issues/47186 for more info.
|
||||||
AC_CACHE_CHECK([for x87-style double rounding], [ac_cv_x87_double_rounding], [
|
AC_CACHE_CHECK([for x87-style double rounding], [ac_cv_x87_double_rounding], [
|
||||||
# $BASECFLAGS may affect the result
|
# $BASECFLAGS may affect the result
|
||||||
ac_save_cc="$CC"
|
ac_save_cc="$CC"
|
||||||
|
@ -6309,7 +6309,7 @@ dnl TODO: detect "curses" and special cases tinfo, terminfo, or termcap
|
||||||
|
|
||||||
AC_MSG_CHECKING([curses module flags])
|
AC_MSG_CHECKING([curses module flags])
|
||||||
AS_VAR_IF([have_curses], [no], [
|
AS_VAR_IF([have_curses], [no], [
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
], [
|
], [
|
||||||
AC_MSG_RESULT([$have_curses (CFLAGS: $CURSES_CFLAGS, LIBS: $CURSES_LIBS)])
|
AC_MSG_RESULT([$have_curses (CFLAGS: $CURSES_CFLAGS, LIBS: $CURSES_LIBS)])
|
||||||
])
|
])
|
||||||
|
@ -6357,7 +6357,7 @@ PANEL_CFLAGS=$(echo $PANEL_CFLAGS | sed 's/-D_XOPEN_SOURCE=600//g')
|
||||||
|
|
||||||
AC_MSG_CHECKING([panel flags])
|
AC_MSG_CHECKING([panel flags])
|
||||||
AS_VAR_IF([have_panel], [no], [
|
AS_VAR_IF([have_panel], [no], [
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
], [
|
], [
|
||||||
AC_MSG_RESULT([$have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)])
|
AC_MSG_RESULT([$have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)])
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue