[Python-checkins] commit of r41764 - python/trunk/configure python/trunk/configure.in

neal.norwitz python-checkins at python.org
Sun Dec 18 22:36:41 CET 2005


Author: neal.norwitz
Date: Sun Dec 18 22:36:39 2005
New Revision: 41764

Modified:
   python/trunk/configure
   python/trunk/configure.in
Log:
Jack said we don't need the Mac/Python/ directory any more.


Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure	(original)
+++ python/trunk/configure	Sun Dec 18 22:36:39 2005
@@ -20815,7 +20815,7 @@
 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

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Sun Dec 18 22:36:39 2005
@@ -3146,7 +3146,7 @@
 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


More information about the Python-checkins mailing list