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
5183ebda
Commit
5183ebda
authored
Apr 24, 2010
by
Matthias Klose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
parent
a2936cfa
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
91 additions
and
86 deletions
+91
-86
Misc/NEWS
Misc/NEWS
+5
-0
configure
configure
+16
-16
configure.in
configure.in
+70
-70
No files found.
Misc/NEWS
View file @
5183ebda
...
...
@@ -91,6 +91,11 @@ Tests
- Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.
Build
-----
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
What's New in Python 2.7 beta 1?
================================
...
...
configure
View file @
5183ebda
#! /bin/sh
# From configure.in Revision:
79902
.
# From configure.in Revision:
80187
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
...
...
@@ -3899,7 +3899,7 @@ else
{
echo
"
$as_me
:
$LINENO
: result: no"
>
&5
echo
"
${
ECHO_T
}
no"
>
&6
;
}
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
...
...
@@ -5471,7 +5471,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc
=
no
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
fi
...
...
@@ -5492,7 +5492,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_header_stdc
=
no
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
fi
...
...
@@ -6592,7 +6592,7 @@ _ACEOF
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
{
echo
"
$as_me
:
$LINENO
: result:
$was_it_defined
"
>
&5
echo
"
${
ECHO_T
}
$was_it_defined
"
>
&6
;
}
...
...
@@ -7122,7 +7122,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
ac_cv_type_uid_t
=
no
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
fi
{
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_type_uid_t
"
>
&5
...
...
@@ -15945,7 +15945,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else
unistd_defines_pthreads
=
no
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
{
echo
"
$as_me
:
$LINENO
: result:
$unistd_defines_pthreads
"
>
&5
echo
"
${
ECHO_T
}
$unistd_defines_pthreads
"
>
&6
;
}
...
...
@@ -17559,7 +17559,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP
"yes"
>
/dev/null 2>&1
;
then
ipv6type
=
$i
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
kame
)
...
...
@@ -17582,7 +17582,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir
=
/usr/local/v6/lib
ipv6trylibc
=
yes
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
linux-glibc
)
...
...
@@ -17603,7 +17603,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6type
=
$i
;
ipv6trylibc
=
yes
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
linux-inet6
)
...
...
@@ -17641,7 +17641,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib
=
inet6
;
ipv6libdir
=
/usr/local/v6/lib
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
v6d
)
...
...
@@ -17664,7 +17664,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir
=
/usr/local/v6/lib
;
BASECFLAGS
=
"-I/usr/local/v6/include
$BASECFLAGS
"
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
zeta
)
...
...
@@ -17686,7 +17686,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib
=
inet6
;
ipv6libdir
=
/usr/local/v6/lib
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
;;
esac
...
...
@@ -26232,7 +26232,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
_ACEOF
/* confdefs.h. */
...
...
@@ -26251,7 +26251,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
fi
...
...
@@ -26521,7 +26521,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
rm
-f
-r
conftest
*
rm
-f
conftest
*
fi
...
...
configure.in
View file @
5183ebda
This diff is collapsed.
Click to expand it.
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