[Python-checkins] python/dist/src configure,1.296,1.297 configure.in,1.306,1.307

loewis@sourceforge.net loewis@sourceforge.net
Fri, 12 Apr 2002 10:25:29 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Bump AC_PREREQ to 2.53.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.296
retrieving revision 1.297
diff -C2 -d -r1.296 -r1.297
*** configure	12 Apr 2002 09:58:43 -0000	1.296
--- configure	12 Apr 2002 17:25:15 -0000	1.297
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.305 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.306 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.306
retrieving revision 1.307
diff -C2 -d -r1.306 -r1.307
*** configure.in	12 Apr 2002 09:58:45 -0000	1.306
--- configure.in	12 Apr 2002 17:25:21 -0000	1.307
***************
*** 1,5 ****
  dnl Process this file with autoconf 2.0 or later to make a configure script.
  AC_REVISION($Revision$)
! AC_PREREQ(2.50)
  AC_INIT(Include/object.h)
  AC_CONFIG_HEADER(pyconfig.h)
--- 1,5 ----
  dnl Process this file with autoconf 2.0 or later to make a configure script.
  AC_REVISION($Revision$)
! AC_PREREQ(2.53)
  AC_INIT(Include/object.h)
  AC_CONFIG_HEADER(pyconfig.h)