summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-18 21:36:39 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-18 21:36:39 (GMT)
commitd24499dc53c82bcae6a97cc580cf4f3dde143bb4 (patch)
tree665e89f0252a0aaedd88f33116c72b97eeab0b4a
parente515293567dc31cfc8a4c79548215564272f0a2d (diff)
downloadcpython-d24499dc53c82bcae6a97cc580cf4f3dde143bb4.zip
cpython-d24499dc53c82bcae6a97cc580cf4f3dde143bb4.tar.gz
cpython-d24499dc53c82bcae6a97cc580cf4f3dde143bb4.tar.bz2
Jack said we don't need the Mac/Python/ directory any more.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2900799..5ce0234 100755
--- a/configure
+++ b/configure
@@ -20815,7 +20815,7 @@ do
done
-SRCDIRS="Parser Grammar Objects Python Modules Mac Mac/Python"
+SRCDIRS="Parser Grammar Objects Python Modules Mac"
echo "$as_me:$LINENO: checking for build directories" >&5
echo $ECHO_N "checking for build directories... $ECHO_C" >&6
for dir in $SRCDIRS; do
diff --git a/configure.in b/configure.in
index 75a33a1..811b6b2 100644
--- a/configure.in
+++ b/configure.in
@@ -3146,7 +3146,7 @@ do
done
AC_SUBST(SRCDIRS)
-SRCDIRS="Parser Grammar Objects Python Modules Mac Mac/Python"
+SRCDIRS="Parser Grammar Objects Python Modules Mac"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then