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 ***********************************************
55# Set VERSION so we only need to edit in one place (i.e., here)
66m4_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
1212AC_CONFIG_MACRO_DIR ( m4 )
1313
@@ -1219,7 +1219,7 @@ fi],
12191219assertions='false'
12201220AC_MSG_CHECKING ( for -- with-assertions )
12211221AC_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[
12241224if test "$withval" != no
12251225then
33363336# Check for DTrace support
33373337AC_MSG_CHECKING ( for -- with-dtrace )
33383338AC_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 )
33413341AC_MSG_RESULT ( $with_dtrace )
33423342
You can’t perform that action at this time.
0 commit comments