Commit b226b0c0 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Patch #102588 / PEP 229:

    Tweak the configure script to build setup.cfg
parent e797ec1c
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.190 # From configure.in Revision: 1.191
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 # Generated automatically using autoconf version 2.13
...@@ -6505,7 +6505,7 @@ done ...@@ -6505,7 +6505,7 @@ done
ac_given_srcdir=$srcdir ac_given_srcdir=$srcdir
trap 'rm -fr `echo "Makefile \ trap 'rm -fr `echo "Makefile setup.cfg \
Objects/Makefile \ Objects/Makefile \
Parser/Makefile \ Parser/Makefile \
Grammar/Makefile \ Grammar/Makefile \
...@@ -6633,7 +6633,7 @@ EOF ...@@ -6633,7 +6633,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile \ CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
Objects/Makefile \ Objects/Makefile \
Parser/Makefile \ Parser/Makefile \
Grammar/Makefile \ Grammar/Makefile \
......
...@@ -1433,7 +1433,7 @@ else ...@@ -1433,7 +1433,7 @@ else
fi fi
# generate output files # generate output files
AC_OUTPUT(Makefile \ AC_OUTPUT(Makefile setup.cfg \
Objects/Makefile \ Objects/Makefile \
Parser/Makefile \ Parser/Makefile \
Grammar/Makefile \ Grammar/Makefile \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment