@@ -2,15 +2,15 @@ dnl ***************************************************
2
2
dnl * Please run autoreconf -if to test your changes! *
3
3
dnl ***************************************************
4
4
dnl
5
- dnl Python's configure script requires autoconf 2.69 and autoconf-archive.
5
+ dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive.
6
6
dnl
7
7
8
8
# Set VERSION so we only need to edit in one place (i.e., here)
9
9
m4_define ( PYTHON_VERSION , 3.12 )
10
10
11
11
AC_PREREQ ( [ 2.69] )
12
12
13
- AC_INIT ( [ python] ,[ PYTHON_VERSION] ,[ https://bugs. python.org /] )
13
+ AC_INIT ( [ python] ,[ PYTHON_VERSION] ,[ https://github.com/ python/cpython/issues /] )
14
14
15
15
m4_ifdef (
16
16
[ AX_C_FLOAT_WORDS_BIGENDIAN ] ,
@@ -5582,7 +5582,7 @@ AS_VAR_IF([ac_cv_gcc_asm_for_mc68881], [yes], [
5582
5582
# rounding issues. The result of this test has little meaning on non
5583
5583
# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
5584
5584
# mode is round-to-nearest and double rounding issues are present, and
5585
- # 0 otherwise. See http ://bugs. python.org/issue2937 for more info.
5585
+ # 0 otherwise. See https ://github.com/ python/cpython/issues/47186 for more info.
5586
5586
AC_CACHE_CHECK ( [ for x87-style double rounding] , [ ac_cv_x87_double_rounding] , [
5587
5587
# $BASECFLAGS may affect the result
5588
5588
ac_save_cc="$CC"
@@ -6309,7 +6309,7 @@ dnl TODO: detect "curses" and special cases tinfo, terminfo, or termcap
6309
6309
6310
6310
AC_MSG_CHECKING ( [ curses module flags] )
6311
6311
AS_VAR_IF ( [ have_curses] , [ no] , [
6312
- AC_MSG_RESULT ( [ no] )
6312
+ AC_MSG_RESULT ( [ no] )
6313
6313
] , [
6314
6314
AC_MSG_RESULT ( [ $have_curses (CFLAGS: $CURSES_CFLAGS, LIBS: $CURSES_LIBS)] )
6315
6315
] )
@@ -6357,7 +6357,7 @@ PANEL_CFLAGS=$(echo $PANEL_CFLAGS | sed 's/-D_XOPEN_SOURCE=600//g')
6357
6357
6358
6358
AC_MSG_CHECKING ( [ panel flags] )
6359
6359
AS_VAR_IF ( [ have_panel] , [ no] , [
6360
- AC_MSG_RESULT ( [ no] )
6360
+ AC_MSG_RESULT ( [ no] )
6361
6361
] , [
6362
6362
AC_MSG_RESULT ( [ $have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)] )
6363
6363
] )
0 commit comments