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
473dca41
Commit
473dca41
authored
Apr 14, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #1045620: Prepend Modules/ before Setup in stdout.
parent
2793a1cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
configure
View file @
473dca41
#! /bin/sh
# From configure.in Revision: 453
28
.
# From configure.in Revision: 453
87
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
...
...
@@ -22956,13 +22956,13 @@ if test "$no_create" != yes; then
fi
echo
"creating Setup"
echo
"creating
Modules/
Setup"
if
test
!
-f
Modules/Setup
then
cp
$srcdir
/Modules/Setup.dist Modules/Setup
fi
echo
"creating Setup.local"
echo
"creating
Modules/
Setup.local"
if
test
!
-f
Modules/Setup.local
then
echo
"# Edit this file for local setup changes"
>
Modules/Setup.local
...
...
configure.in
View file @
473dca41
...
...
@@ -3221,13 +3221,13 @@ AC_MSG_RESULT(done)
AC_CONFIG_FILES(Makefile.pre Modules/Setup.config)
AC_OUTPUT
echo "creating Setup"
echo "creating
Modules/
Setup"
if test ! -f Modules/Setup
then
cp $srcdir/Modules/Setup.dist Modules/Setup
fi
echo "creating Setup.local"
echo "creating
Modules/
Setup.local"
if test ! -f Modules/Setup.local
then
echo "# Edit this file for local setup changes" >Modules/Setup.local
...
...
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