[Python-checkins] CVS: python/dist/src configure,1.238,1.239

Martin v. L?wis loewis@users.sourceforge.net
Thu, 16 Aug 2001 06:15:01 -0700


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

Modified Files:
	configure 
Log Message:
Patch #427190: Implement and use METH_NOARGS and METH_O.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.238
retrieving revision 1.239
diff -C2 -d -r1.238 -r1.239
*** configure	2001/08/15 17:14:32	1.238
--- configure	2001/08/16 13:14:59	1.239
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.246 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.247 
  
  # Guess values for system-dependent variables and create Makefiles.