Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
24f68469
Commit
24f68469
authored
Sep 14, 2018
by
Eitan Adler
Committed by
Petr Viktorin
Sep 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853)
parent
3d18b50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.ac
configure.ac
+4
-4
No files found.
configure.ac
View file @
24f68469
...
...
@@ -5,9 +5,9 @@ dnl ***********************************************
# Set VERSION so we only need to edit in one place (i.e., here)
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)
...
...
@@ -1219,7 +1219,7 @@ fi],
assertions='false'
AC_MSG_CHECKING(for --with-assertions)
AC_ARG_WITH(assertions,
A
C_HELP_STRING([--with-assertions],
[build with C assertions enabled]),
A
S_HELP_STRING([--with-assertions],
[build with C assertions enabled]),
[
if test "$withval" != no
then
...
...
@@ -3336,7 +3336,7 @@ fi
# Check for DTrace support
AC_MSG_CHECKING(for --with-dtrace)
AC_ARG_WITH(dtrace,
A
C_HELP_STRING(--with(out)-dtrace,
[disable/enable DTrace support]),,
A
S_HELP_STRING([--with(out)-dtrace],
[disable/enable DTrace support]),,
with_dtrace=no)
AC_MSG_RESULT($with_dtrace)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment