mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853)
This commit is contained in:
parent
3d18b50a12
commit
24f6846920
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@ 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)
|
||||||
m4_define(PYTHON_VERSION, 3.8)
|
m4_define(PYTHON_VERSION, 3.8)
|
||||||
|
|
||||||
AC_PREREQ(2.65)
|
AC_PREREQ([2.69])
|
||||||
|
|
||||||
AC_INIT(python, PYTHON_VERSION, https://bugs.python.org/)
|
AC_INIT([python],[PYTHON_VERSION],[https://bugs.python.org/])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR(m4)
|
AC_CONFIG_MACRO_DIR(m4)
|
||||||
|
|
||||||
|
@ -1219,7 +1219,7 @@ fi],
|
||||||
assertions='false'
|
assertions='false'
|
||||||
AC_MSG_CHECKING(for --with-assertions)
|
AC_MSG_CHECKING(for --with-assertions)
|
||||||
AC_ARG_WITH(assertions,
|
AC_ARG_WITH(assertions,
|
||||||
AC_HELP_STRING([--with-assertions], [build with C assertions enabled]),
|
AS_HELP_STRING([--with-assertions],[build with C assertions enabled]),
|
||||||
[
|
[
|
||||||
if test "$withval" != no
|
if test "$withval" != no
|
||||||
then
|
then
|
||||||
|
@ -3336,7 +3336,7 @@ fi
|
||||||
# Check for DTrace support
|
# Check for DTrace support
|
||||||
AC_MSG_CHECKING(for --with-dtrace)
|
AC_MSG_CHECKING(for --with-dtrace)
|
||||||
AC_ARG_WITH(dtrace,
|
AC_ARG_WITH(dtrace,
|
||||||
AC_HELP_STRING(--with(out)-dtrace, [disable/enable DTrace support]),,
|
AS_HELP_STRING([--with(out)-dtrace],[disable/enable DTrace support]),,
|
||||||
with_dtrace=no)
|
with_dtrace=no)
|
||||||
AC_MSG_RESULT($with_dtrace)
|
AC_MSG_RESULT($with_dtrace)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue