[Python-checkins] CVS: python/dist/src configure,1.119,1.120 configure.in,1.128,1.129

Guido van Rossum python-dev@python.org
Thu, 29 Jun 2000 19:48:56 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10638

Modified Files:
	configure configure.in 
Log Message:
Bump version to 2.0.

Note that configure hadn't been checked in a few times so it has more
changes, catching up with the last few changes to congifure.in as
well.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -r1.119 -r1.120
*** configure	2000/06/29 16:12:00	1.119
--- configure	2000/06/30 02:48:53	1.120
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.126 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.129 
  
[...2672 lines suppressed...]
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5530: checking for socklen_t" >&5
  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 5535 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
--- 5609,5618 ----
  EOF
  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
! echo "configure:5612: checking for socklen_t" >&5
  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 5617 "configure"
  #include "confdefs.h"
  #include <sys/types.h>

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -r1.128 -r1.129
*** configure.in	2000/06/29 20:44:46	1.128
--- configure.in	2000/06/30 02:48:53	1.129
***************
*** 7,11 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=1.6
  
  # NEXTSTEP stuff
--- 7,11 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.0
  
  # NEXTSTEP stuff