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
28aa9d39
Commit
28aa9d39
authored
Feb 16, 2001
by
Neil Schemenauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Include to the list of source directories.
parent
b3531b86
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
View file @
28aa9d39
#! /bin/sh
# From configure.in Revision: 1.20
0
# From configure.in Revision: 1.20
1
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -6569,7 +6569,7 @@ fi
#fi
SRCDIRS
=
"Parser Grammar Objects Python Modules"
SRCDIRS
=
"
Include
Parser Grammar Objects Python Modules"
echo
$ac_n
"checking for build directories""...
$ac_c
"
1>&6
echo
"configure:6575: checking for build directories"
>
&5
for
dir
in
$SRCDIRS
;
do
...
...
configure.in
View file @
28aa9d39
...
...
@@ -1413,7 +1413,7 @@ AC_CHECK_TYPE(socklen_t, int)
#fi
AC_SUBST(SRCDIRS)
SRCDIRS="Parser Grammar Objects Python Modules"
SRCDIRS="
Include
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