Skip to content

Commit 1b138d1

Browse files
committed
Also run autoupdate
1 parent 23db935 commit 1b138d1

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
@@ -3353,7 +3353,7 @@ fi
33533353
# Check for DTrace support
33543354
AC_MSG_CHECKING(for --with-dtrace)
33553355
AC_ARG_WITH(dtrace,
3356-
AC_HELP_STRING(--with(out)-dtrace, [disable/enable DTrace support]),,
3356+
AS_HELP_STRING([--with(out)-dtrace],[disable/enable DTrace support]),,
33573357
with_dtrace=no)
33583358
AC_MSG_RESULT($with_dtrace)
33593359

0 commit comments

Comments
 (0)