[Python-checkins] CVS: python/dist/src configure.in,1.231,1.232 configure,1.223,1.224

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 20 Jul 2001 12:29:07 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv11043

Modified Files:
	configure.in configure 
Log Message:
Patch #429442 from Jason Tishler: Corrects sys.platform and
    distutils.util.get_platform() problems caused by the cruft contained
    in Cygwin's uname -s.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.231
retrieving revision 1.232
diff -C2 -r1.231 -r1.232
*** configure.in	2001/07/19 14:21:10	1.231
--- configure.in	2001/07/20 19:29:04	1.232
***************
*** 65,68 ****
--- 65,69 ----
  
  	case $MACHDEP in
+ 	cygwin*) MACHDEP="cygwin";;
  	'')	MACHDEP="unknown";;
  	esac

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -r1.223 -r1.224
*** configure	2001/07/19 14:21:10	1.223
--- configure	2001/07/20 19:29:04	1.224
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.230 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.231 
  
[...4621 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 6956 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7001,7005 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7004: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7002,7006 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7005: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then