[Python-checkins] bpo-40939: run autoreconf to fix configure{, .ac} disparity (GH-21152)

Ned Deily webhook-mailer at python.org
Thu Jun 25 10:46:54 EDT 2020


https://github.com/python/cpython/commit/8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d
commit: 8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2020-06-25T10:46:44-04:00
summary:

bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)

files:
M configure

diff --git a/configure b/configure
index dc590c2e98273..c51f396824b63 100755
--- a/configure
+++ b/configure
@@ -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



More information about the Python-checkins mailing list