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
acbf9ef7
Commit
acbf9ef7
authored
Feb 27, 2001
by
Neil Schemenauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't create the Include directory if building outside of the source
directory. Closes SF #403930.
parent
3c823aa4
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 @
acbf9ef7
#! /bin/sh
# From configure.in Revision: 1.20
4
# From configure.in Revision: 1.20
5
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -5020,7 +5020,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x;
typedef int charset[2]; const charset x
= {0,0}
;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
...
...
@@ -6147,7 +6147,7 @@ fi
#fi
SRCDIRS
=
"
Include
Parser Grammar Objects Python Modules"
SRCDIRS
=
"Parser Grammar Objects Python Modules"
echo
$ac_n
"checking for build directories""...
$ac_c
"
1>&6
echo
"configure:6153: checking for build directories"
>
&5
for
dir
in
$SRCDIRS
;
do
...
...
configure.in
View file @
acbf9ef7
...
...
@@ -1295,7 +1295,7 @@ AC_CHECK_TYPE(socklen_t, int)
#fi
AC_SUBST(SRCDIRS)
SRCDIRS="
Include
Parser Grammar Objects Python Modules"
SRCDIRS="Parser Grammar Objects Python Modules"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then
...
...
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