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
dfd82902
Commit
dfd82902
authored
Jan 26, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed setup.cfg from the list of generated files
Fixed typo in message
parent
30e90c27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
configure
configure
+6
-6
configure.in
configure.in
+2
-2
No files found.
configure
View file @
dfd82902
#! /bin/sh
# From configure.in Revision: 1.19
5
# From configure.in Revision: 1.19
6
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
...
...
@@ -5417,7 +5417,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x
= {0,0}
;
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
...
...
@@ -6545,8 +6545,8 @@ fi
SRCDIRS
=
"Parser Grammar Objects Python Modules"
echo
$ac_n
"checking for build directoris""...
$ac_c
"
1>&6
echo
"configure:6550: checking for build directoris"
>
&5
echo
$ac_n
"checking for build directori
e
s""...
$ac_c
"
1>&6
echo
"configure:6550: checking for build directori
e
s"
>
&5
for
dir
in
$SRCDIRS
;
do
if
test
!
-d
$dir
;
then
mkdir
$dir
...
...
@@ -6656,7 +6656,7 @@ done
ac_given_srcdir=
$srcdir
ac_given_INSTALL="
$INSTALL
"
trap 'rm -fr `echo "Makefile.pre Modules/Setup.config
setup.cfg
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "Makefile.pre Modules/Setup.config config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
...
...
@@ -6781,7 +6781,7 @@ EOF
cat
>>
$CONFIG_STATUS
<<
EOF
CONFIG_FILES=
\$
{CONFIG_FILES-"Makefile.pre Modules/Setup.config
setup.cfg
"}
CONFIG_FILES=
\$
{CONFIG_FILES-"Makefile.pre Modules/Setup.config"}
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
for ac_file in ..
$CONFIG_FILES
; do if test "x
$ac_file
" != x..; then
...
...
configure.in
View file @
dfd82902
...
...
@@ -1397,7 +1397,7 @@ AC_CHECK_TYPE(socklen_t, int)
AC_SUBST(SRCDIRS)
SRCDIRS="Parser Grammar Objects Python Modules"
AC_MSG_CHECKING(for build directoris)
AC_MSG_CHECKING(for build directori
e
s)
for dir in $SRCDIRS; do
if test ! -d $dir; then
mkdir $dir
...
...
@@ -1406,7 +1406,7 @@ done
AC_MSG_RESULT(done)
# generate output files
AC_OUTPUT(Makefile.pre Modules/Setup.config
setup.cfg
)
AC_OUTPUT(Makefile.pre Modules/Setup.config)
echo "creating Setup"
if test ! -f Modules/Setup
...
...
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