Skip to content

Commit af368a7

Browse files
authored
gh-96191: Update the configure file to use GitHub issue (gh-96211)
1 parent d8d55d1 commit af368a7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

configure

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ dnl ***************************************************
22
dnl * Please run autoreconf -if to test your changes! *
33
dnl ***************************************************
44
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.
66
dnl
77

88
# Set VERSION so we only need to edit in one place (i.e., here)
99
m4_define(PYTHON_VERSION, 3.12)
1010

1111
AC_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

1515
m4_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.
55865586
AC_CACHE_CHECK([for x87-style double rounding], [ac_cv_x87_double_rounding], [
55875587
# $BASECFLAGS may affect the result
55885588
ac_save_cc="$CC"
@@ -6309,7 +6309,7 @@ dnl TODO: detect "curses" and special cases tinfo, terminfo, or termcap
63096309

63106310
AC_MSG_CHECKING([curses module flags])
63116311
AS_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

63586358
AC_MSG_CHECKING([panel flags])
63596359
AS_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

Comments
 (0)