[Python-checkins] CVS: python/dist/src configure,1.226,1.227 configure.in,1.234,1.235

Martin v. L?wis loewis@users.sourceforge.net
Wed, 25 Jul 2001 00:30:38 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,
and fixes bug #438786.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.226
retrieving revision 1.227
diff -C2 -d -r1.226 -r1.227
*** configure	2001/07/24 06:33:07	1.226
--- configure	2001/07/25 07:30:35	1.227
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.233 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.234 
  
[...4596 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 6952 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7000,7004 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7003: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 6998,7002 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7001: 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.234
retrieving revision 1.235
diff -C2 -d -r1.234 -r1.235
*** configure.in	2001/07/24 06:33:08	1.234
--- configure.in	2001/07/25 07:30:35	1.235
***************
*** 100,105 ****
  	esac], [
  	case $ac_sys_system in
- 	OSF1)	CC=cc
- 		without_gcc=;;
  	AIX*)   CC=cc_r
  		without_gcc=;;
--- 100,103 ----