@@ -2,15 +2,15 @@ dnl ***************************************************
22dnl * Please run autoreconf -if to test your changes! *
33dnl ***************************************************
44dnl
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.
66dnl
77
88# Set VERSION so we only need to edit in one place (i.e., here)
99m4_define ( PYTHON_VERSION , 3.12 )
1010
1111AC_PREREQ ( [ 2.69] )
1212
13- AC_INIT ( [ python] ,[ PYTHON_VERSION] ,[ https://bugs. python.org /] )
13+ AC_INIT ( [ python] ,[ PYTHON_VERSION] ,[ https://github.com/ python/cpython/issues /] )
1414
1515m4_ifdef (
1616 [ AX_C_FLOAT_WORDS_BIGENDIAN ] ,
@@ -5582,7 +5582,7 @@ AS_VAR_IF([ac_cv_gcc_asm_for_mc68881], [yes], [
55825582# rounding issues. The result of this test has little meaning on non
55835583# IEEE 754 platforms. On IEEE 754, test should return 1 if rounding
55845584# 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.
55865586AC_CACHE_CHECK ( [ for x87-style double rounding] , [ ac_cv_x87_double_rounding] , [
55875587# $BASECFLAGS may affect the result
55885588ac_save_cc="$CC"
@@ -6309,7 +6309,7 @@ dnl TODO: detect "curses" and special cases tinfo, terminfo, or termcap
63096309
63106310AC_MSG_CHECKING ( [ curses module flags] )
63116311AS_VAR_IF ( [ have_curses] , [ no] , [
6312- AC_MSG_RESULT ( [ no] )
6312+ AC_MSG_RESULT ( [ no] )
63136313] , [
63146314 AC_MSG_RESULT ( [ $have_curses (CFLAGS: $CURSES_CFLAGS, LIBS: $CURSES_LIBS)] )
63156315] )
@@ -6357,7 +6357,7 @@ PANEL_CFLAGS=$(echo $PANEL_CFLAGS | sed 's/-D_XOPEN_SOURCE=600//g')
63576357
63586358AC_MSG_CHECKING ( [ panel flags] )
63596359AS_VAR_IF ( [ have_panel] , [ no] , [
6360- AC_MSG_RESULT ( [ no] )
6360+ AC_MSG_RESULT ( [ no] )
63616361] , [
63626362 AC_MSG_RESULT ( [ $have_panel (CFLAGS: $PANEL_CFLAGS, LIBS: $PANEL_LIBS)] )
63636363] )
0 commit comments