Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b226b0c

Browse files
committed
Patch #102588 / PEP 229:
Tweak the configure script to build setup.cfg
1 parent e797ec1 commit b226b0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.190
3+
# From configure.in Revision: 1.191
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -6505,7 +6505,7 @@ done
65056505
65066506
ac_given_srcdir=$srcdir
65076507
6508-
trap 'rm -fr `echo "Makefile \
6508+
trap 'rm -fr `echo "Makefile setup.cfg \
65096509
Objects/Makefile \
65106510
Parser/Makefile \
65116511
Grammar/Makefile \
@@ -6633,7 +6633,7 @@ EOF
66336633

66346634
cat >> $CONFIG_STATUS <<EOF
66356635
6636-
CONFIG_FILES=\${CONFIG_FILES-"Makefile \
6636+
CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
66376637
Objects/Makefile \
66386638
Parser/Makefile \
66396639
Grammar/Makefile \

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ else
14331433
fi
14341434

14351435
# generate output files
1436-
AC_OUTPUT(Makefile \
1436+
AC_OUTPUT(Makefile setup.cfg \
14371437
Objects/Makefile \
14381438
Parser/Makefile \
14391439
Grammar/Makefile \

0 commit comments

Comments
 (0)