[Python-checkins] CVS: python/dist/src configure,1.109,1.110 configure.in,1.117,1.118

Guido van Rossum python-dev@python.org
Fri, 31 Mar 2000 10:15:21 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src

Modified Files:
	configure configure.in 
Log Message:
Add Python version bump to configure script.  (AMK)

Index: configure
===================================================================
RCS file: /projects/cvsroot/python/dist/src/configure,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** configure	2000/03/10 22:30:29	1.109
--- configure	2000/03/31 15:15:16	1.110
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.117 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.118 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 560,564 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=1.5
  
  # NEXTSTEP stuff
--- 560,564 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=1.6
  
  # NEXTSTEP stuff

Index: configure.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/configure.in,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -r1.117 -r1.118
*** configure.in	2000/03/10 22:30:29	1.117
--- configure.in	2000/03/31 15:15:17	1.118
***************
*** 1,4 ****
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.117 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
--- 1,4 ----
  dnl Process this file with autoconf 2.0 or later to make a configure script.
! AC_REVISION($Revision: 1.118 $)
  AC_PREREQ(2.0)
  AC_INIT(Include/object.h)
***************
*** 7,11 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=1.5
  
  # NEXTSTEP stuff
--- 7,11 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=1.6
  
  # NEXTSTEP stuff