[Python-checkins] cpython: Issue #18093: Create Programs directory in build location for

ned.deily python-checkins at python.org
Fri Jul 25 21:42:17 CEST 2014


http://hg.python.org/cpython/rev/413017768dde
changeset:   91866:413017768dde
user:        Ned Deily <nad at acm.org>
date:        Fri Jul 25 12:41:31 2014 -0700
summary:
  Issue #18093: Create Programs directory in build location for
out-of-tree builds.

files:
  configure    |  2 +-
  configure.ac |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -15351,7 +15351,7 @@
 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
--- a/configure.ac
+++ b/configure.ac
@@ -4734,7 +4734,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list