File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ dnl ***********************************************
5
5
# Set VERSION so we only need to edit in one place (i.e., here)
6
6
m4_define ( PYTHON_VERSION , 3.8 )
7
7
8
- AC_PREREQ ( 2.65 )
8
+ AC_PREREQ ( [ 2.69 ] )
9
9
10
- AC_INIT ( python , PYTHON_VERSION , https://bugs.python.org/ )
10
+ AC_INIT ( [ python] , [ PYTHON_VERSION] , [ https://bugs.python.org/] )
11
11
12
12
AC_CONFIG_MACRO_DIR ( m4 )
13
13
@@ -1219,7 +1219,7 @@ fi],
1219
1219
assertions='false'
1220
1220
AC_MSG_CHECKING ( for -- with-assertions )
1221
1221
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] ) ,
1223
1223
[
1224
1224
if test "$withval" != no
1225
1225
then
3336
3336
# Check for DTrace support
3337
3337
AC_MSG_CHECKING ( for -- with-dtrace )
3338
3338
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] ) ,,
3340
3340
with_dtrace=no )
3341
3341
AC_MSG_RESULT ( $with_dtrace )
3342
3342
You can’t perform that action at this time.
0 commit comments