Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b226b0c0
Commit
b226b0c0
authored
Jan 17, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #102588 / PEP 229:
Tweak the configure script to build setup.cfg
parent
e797ec1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+3
-3
configure.in
configure.in
+1
-1
No files found.
configure
View file @
b226b0c0
#! /bin/sh
# From configure.in Revision: 1.19
0
# From configure.in Revision: 1.19
1
# 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
\
...
...
configure.in
View file @
b226b0c0
...
...
@@ -1433,7 +1433,7 @@ else
fi
# generate output files
AC_OUTPUT(Makefile \
AC_OUTPUT(Makefile
setup.cfg
\
Objects/Makefile \
Parser/Makefile \
Grammar/Makefile \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment