diff options
author | Ned Deily <nad@acm.org> | 2014-07-25 19:41:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-25 19:41:31 (GMT) |
commit | 0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34 (patch) | |
tree | d820d19de9210e5331ba38de63be2241ab0455db | |
parent | b27d3a2d21b27444a61c4cb7f36b9de32143ddff (diff) | |
download | cpython-0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34.zip cpython-0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34.tar.gz cpython-0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34.tar.bz2 |
Issue #18093: Create Programs directory in build location for
out-of-tree builds.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15351,7 +15351,7 @@ do 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_n "checking for build directories... " >&6; } for dir in $SRCDIRS; do diff --git a/configure.ac b/configure.ac index 3b3a734..3e8c49c 100644 --- a/configure.ac +++ b/configure.ac @@ -4734,7 +4734,7 @@ do done AC_SUBST(SRCDIRS) -SRCDIRS="Parser Grammar Objects Python Modules Mac" +SRCDIRS="Parser Grammar Objects Python Modules Mac Programs" AC_MSG_CHECKING(for build directories) for dir in $SRCDIRS; do if test ! -d $dir; then |