[Python-checkins] CVS: python/dist/src configure,1.183,1.184 configure.in,1.191,1.192

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 17 Jan 2001 07:25:00 -0800


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

Modified Files:
	configure configure.in 
Log Message:
Patch #102588 / PEP 229: 
    Tweak the configure script to build setup.cfg


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.183
retrieving revision 1.184
diff -C2 -r1.183 -r1.184
*** configure	2001/01/17 09:42:21	1.183
--- configure	2001/01/17 15:24:57	1.184
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.190 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.191 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 6506,6510 ****
  ac_given_srcdir=$srcdir
  
! trap 'rm -fr `echo "Makefile \
   Objects/Makefile \
   Parser/Makefile \
--- 6506,6510 ----
  ac_given_srcdir=$srcdir
  
! trap 'rm -fr `echo "Makefile setup.cfg \
   Objects/Makefile \
   Parser/Makefile \
***************
*** 6634,6638 ****
  cat >> $CONFIG_STATUS <<EOF
  
! CONFIG_FILES=\${CONFIG_FILES-"Makefile \
   Objects/Makefile \
   Parser/Makefile \
--- 6634,6638 ----
  cat >> $CONFIG_STATUS <<EOF
  
! CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
   Objects/Makefile \
   Parser/Makefile \

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.191
retrieving revision 1.192
diff -C2 -r1.191 -r1.192
*** configure.in	2001/01/17 09:42:21	1.191
--- configure.in	2001/01/17 15:24:57	1.192
***************
*** 1434,1438 ****
  
  # generate output files
! AC_OUTPUT(Makefile \
   Objects/Makefile \
   Parser/Makefile \
--- 1434,1438 ----
  
  # generate output files
! AC_OUTPUT(Makefile setup.cfg \
   Objects/Makefile \
   Parser/Makefile \