mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Issue #18093: Create Programs directory in build location for
out-of-tree builds.
This commit is contained in:
parent
b27d3a2d21
commit
0db50cf7eb
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -15351,7 +15351,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
SRCDIRS="Parser Grammar Objects Python Modules Mac"
|
SRCDIRS="Parser Grammar Objects Python Modules Mac Programs"
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
|
||||||
$as_echo_n "checking for build directories... " >&6; }
|
$as_echo_n "checking for build directories... " >&6; }
|
||||||
for dir in $SRCDIRS; do
|
for dir in $SRCDIRS; do
|
||||||
|
|
|
||||||
|
|
@ -4734,7 +4734,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
AC_SUBST(SRCDIRS)
|
AC_SUBST(SRCDIRS)
|
||||||
SRCDIRS="Parser Grammar Objects Python Modules Mac"
|
SRCDIRS="Parser Grammar Objects Python Modules Mac Programs"
|
||||||
AC_MSG_CHECKING(for build directories)
|
AC_MSG_CHECKING(for build directories)
|
||||||
for dir in $SRCDIRS; do
|
for dir in $SRCDIRS; do
|
||||||
if test ! -d $dir; then
|
if test ! -d $dir; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue