[Python-checkins] python/dist/src configure,1.279.6.20,1.279.6.21 configure.in,1.288.6.20,1.288.6.21

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 13 Jul 2003 02:48:35 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv996

Modified Files:
      Tag: release22-maint
	configure configure.in 
Log Message:
Treat irix64 like irix. Fixes #764560.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.20
retrieving revision 1.279.6.21
diff -C2 -d -r1.279.6.20 -r1.279.6.21
*** configure	7 Jul 2003 21:43:58 -0000	1.279.6.20
--- configure	13 Jul 2003 09:48:29 -0000	1.279.6.21
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.19 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.20 
  
[...5068 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 7611 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7663,7667 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7666: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7664,7668 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7667: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.288.6.20
retrieving revision 1.288.6.21
diff -C2 -d -r1.288.6.20 -r1.288.6.21
*** configure.in	7 Jul 2003 21:44:00 -0000	1.288.6.20
--- configure.in	13 Jul 2003 09:48:31 -0000	1.288.6.21
***************
*** 71,74 ****
--- 71,75 ----
  	cygwin*) MACHDEP="cygwin";;
  	darwin*) MACHDEP="darwin";;
+         irix646) MACHDEP="irix6";;
  	'')	MACHDEP="unknown";;
  	esac