]> granicus.if.org Git - python/commitdiff
Patch #102588 / PEP 229:
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 15:24:57 +0000 (15:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 15:24:57 +0000 (15:24 +0000)
    Tweak the configure script to build setup.cfg

configure
configure.in

index 9beeb474a68a9712bf4e5eeed59d6d9d2c1f3006..fc8a6828a0c15a757eaf5b18f1490b607d0d3378 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.190 
+# From configure.in Revision: 1.191 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -6505,7 +6505,7 @@ done
 
 ac_given_srcdir=$srcdir
 
-trap 'rm -fr `echo "Makefile \
+trap 'rm -fr `echo "Makefile setup.cfg \
  Objects/Makefile \
  Parser/Makefile \
  Grammar/Makefile \
@@ -6633,7 +6633,7 @@ EOF
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"Makefile \
+CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
  Objects/Makefile \
  Parser/Makefile \
  Grammar/Makefile \
index 8e9d83c43f5eb09741d44400858ab544f156836e..3d57626f006058ff32f37ac99e6c925dea2d9ebf 100644 (file)
@@ -1433,7 +1433,7 @@ else
 fi
 
 # generate output files
-AC_OUTPUT(Makefile \
+AC_OUTPUT(Makefile setup.cfg \
  Objects/Makefile \
  Parser/Makefile \
  Grammar/Makefile \