Skip to content

Commit 24f6846

Browse files
grimreaperencukou
authored andcommitted
bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853)
1 parent 3d18b50 commit 24f6846

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ dnl ***********************************************
55
# Set VERSION so we only need to edit in one place (i.e., here)
66
m4_define(PYTHON_VERSION, 3.8)
77

8-
AC_PREREQ(2.65)
8+
AC_PREREQ([2.69])
99

10-
AC_INIT(python, PYTHON_VERSION, https://bugs.python.org/)
10+
AC_INIT([python],[PYTHON_VERSION],[https://bugs.python.org/])
1111

1212
AC_CONFIG_MACRO_DIR(m4)
1313

@@ -1219,7 +1219,7 @@ fi],
12191219
assertions='false'
12201220
AC_MSG_CHECKING(for --with-assertions)
12211221
AC_ARG_WITH(assertions,
1222-
AC_HELP_STRING([--with-assertions], [build with C assertions enabled]),
1222+
AS_HELP_STRING([--with-assertions],[build with C assertions enabled]),
12231223
[
12241224
if test "$withval" != no
12251225
then
@@ -3336,7 +3336,7 @@ fi
33363336
# Check for DTrace support
33373337
AC_MSG_CHECKING(for --with-dtrace)
33383338
AC_ARG_WITH(dtrace,
3339-
AC_HELP_STRING(--with(out)-dtrace, [disable/enable DTrace support]),,
3339+
AS_HELP_STRING([--with(out)-dtrace],[disable/enable DTrace support]),,
33403340
with_dtrace=no)
33413341
AC_MSG_RESULT($with_dtrace)
33423342

0 commit comments

Comments
 (0)