summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-04-23 00:38:11 (GMT)
committerGitHub <noreply@github.com>2020-04-23 00:38:11 (GMT)
commita25f3c4c8f7d4878918ce1d3d67db40ae255ccc6 (patch)
tree2f93a0c1d9f8f3ef150ff31f9e6f7cf8c020592a /configure
parentce0eacb19cdc7e35b62839649003edd6196dd70f (diff)
downloadcpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.zip
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.gz
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.bz2
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d3e8149..29d5f4c 100755
--- a/configure
+++ b/configure
@@ -16746,7 +16746,7 @@ do
done
-SRCDIRS="Parser Objects Python Modules Modules/_io Programs"
+SRCDIRS="Parser Parser/pegen 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