mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
This commit is contained in:
parent
ce0eacb19c
commit
a25f3c4c8f
4 changed files with 76 additions and 7 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue