[Python-checkins] CVS: python/dist/src configure.in,1.284,1.285 configure,1.275,1.276

Jack Jansen jackjansen@users.sourceforge.net
2001年12月05日 15:27:34 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv24043
Modified Files:
	configure.in configure 
Log Message:
sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.284
retrieving revision 1.285
diff -C2 -d -r1.284 -r1.285
*** configure.in	2001年12月04日 20:55:47	1.284
--- configure.in	2001年12月05日 23:27:31	1.285
***************
*** 69,72 ****
--- 69,73 ----
 	case $MACHDEP in
 	cygwin*) MACHDEP="cygwin";;
+ 	darwin*) MACHDEP="darwin";;
 	'')	MACHDEP="unknown";;
 	esac
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.275
retrieving revision 1.276
diff -C2 -d -r1.275 -r1.276
*** configure	2001年12月04日 20:55:46	1.275
--- configure	2001年12月05日 23:27:32	1.276
***************
*** 1,5 ****
 #! /bin/sh
 
! # From configure.in Revision: 1.283 
 
 # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
 #! /bin/sh
 
! # From configure.in Revision: 1.284 
 
[...4989 lines suppressed...]
 if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
 echo $ac_n "(cached) $ac_c" 1>&6
 else
 cat > conftest.$ac_ext <<EOF
! #line 7477 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
***************
*** 7529,7533 ****
 SRCDIRS="Parser Grammar Objects Python Modules"
 echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7532: checking for build directories" >&5
 for dir in $SRCDIRS; do
 if test ! -d $dir; then
--- 7530,7534 ----
 SRCDIRS="Parser Grammar Objects Python Modules"
 echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7533: checking for build directories" >&5
 for dir in $SRCDIRS; do
 if test ! -d $dir; then

AltStyle によって変換されたページ (->オリジナル) /