diff options
author | Ned Deily <nad@python.org> | 2020-06-25 14:46:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 14:46:44 (GMT) |
commit | 8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d (patch) | |
tree | fdee2015e46591ee79fb8273380410b3e90da701 /configure | |
parent | 06a40d735939fd7d5cb77a68a6e18299b6484fa5 (diff) | |
download | cpython-8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d.zip cpython-8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d.tar.gz cpython-8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d.tar.bz2 |
bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16806,7 +16806,7 @@ do done -SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs" +SRCDIRS="Parser Objects Python Modules Modules/_io Programs" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5 $as_echo_n "checking for build directories... " >&6; } for dir in $SRCDIRS; do |