diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 15:24:57 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 15:24:57 (GMT) |
commit | b226b0c07840d55e91e549deea91d95cdf32c624 (patch) | |
tree | e22c961193354b61fb13ccecb803c918cdf8b20b /configure | |
parent | e797ec1cb8029b88730c246fc8c09623788571c3 (diff) | |
download | cpython-b226b0c07840d55e91e549deea91d95cdf32c624.zip cpython-b226b0c07840d55e91e549deea91d95cdf32c624.tar.gz cpython-b226b0c07840d55e91e549deea91d95cdf32c624.tar.bz2 |
Patch #102588 / PEP 229:
Tweak the configure script to build setup.cfg
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |