[Python-checkins] python/dist/src configure,1.413,1.414 configure.in,1.424,1.425

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 13 Jul 2003 02:46:16 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Treat irix64 like irix. Fixes #764560. Will backport to 2.2.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.413
retrieving revision 1.414
diff -C2 -d -r1.413 -r1.414
*** configure	10 Jul 2003 20:44:10 -0000	1.413
--- configure	13 Jul 2003 09:46:13 -0000	1.414
***************
*** 1,6 ****
  #! /bin/sh
! # From configure.in Revision: 1.423 .
  # Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.57 for python 2.3.
  #
  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
--- 1,6 ----
  #! /bin/sh
! # From configure.in Revision: 1.424 .
  # Guess values for system-dependent variables and create Makefiles.
[...13428 lines suppressed...]
  
        rm -f $ac_file
***************
*** 19654,19662 ****
  if test "$no_create" != yes; then
    ac_cs_success=:
-   ac_config_status_args=
-   test "$silent" = yes &&
-     ac_config_status_args="$ac_config_status_args --quiet"
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
--- 18821,18826 ----
  if test "$no_create" != yes; then
    ac_cs_success=:
    exec 5>/dev/null
!   $SHELL $CONFIG_STATUS || ac_cs_success=false
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.424
retrieving revision 1.425
diff -C2 -d -r1.424 -r1.425
*** configure.in	10 Jul 2003 20:44:10 -0000	1.424
--- configure.in	13 Jul 2003 09:46:13 -0000	1.425
***************
*** 118,121 ****
--- 118,122 ----
  	darwin*) MACHDEP="darwin";;
  	atheos*) MACHDEP="atheos";;
+         irix646) MACHDEP="irix6";;
  	'')	MACHDEP="unknown";;
  	esac