index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Configure check for double rounding should take BASECFLAGS into account
Mark Dickinson
2009-10-24
1
-2/+5
*
Issue #7117 (backport py3k float repr) continued:
Mark Dickinson
2009-10-24
1
-5/+107
*
* Update the Mac/README file. Add the list of OSX-specific configure options
Ronald Oussoren
2009-09-29
1
-1/+11
*
Fix typo in error message
Ronald Oussoren
2009-09-20
1
-1/+1
*
This is an update to r74701. How hard can it be to get a configure test right.
Ronald Oussoren
2009-09-08
1
-0/+1
*
Fix typo in configure.in
Ronald Oussoren
2009-09-07
1
-4/+21
*
Fix build issues on OSX 10.6 (issue 6802)
Ronald Oussoren
2009-09-06
1
-9/+62
*
Add configure-time checks for gamma and error functions.
Mark Dickinson
2009-09-05
1
-1/+2
*
#5047: remove Monterey support from configure.
Georg Brandl
2009-09-04
1
-21/+1
*
Add a check to ensure the correct autoconf version is used
Alexandre Vassalotti
2009-07-18
1
-1/+9
*
Double-quote the test case for %zd printf() format support to avoid
Alexandre Vassalotti
2009-07-17
1
-4/+5
*
Clean up the test case for broken poll().
Alexandre Vassalotti
2009-07-17
1
-15/+9
*
Double-quote the test cases for chflags() and lchflags()
Alexandre Vassalotti
2009-07-17
1
-4/+4
*
Cache the results of all runtime checks.
Alexandre Vassalotti
2009-07-17
1
-37/+64
*
Rename the useless AC_INCLUDES_DEFAULT and protect the includes.
Alexandre Vassalotti
2009-07-17
1
-9/+15
*
Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
Alexandre Vassalotti
2009-07-17
1
-56/+9
*
This is a fix for Issue5809: you shouldn't specify both --enable-framework and
Ronald Oussoren
2009-06-08
1
-0/+4
*
Issue #3585: Add pkg-config support.
Antoine Pitrou
2009-05-24
1
-1/+1
*
support building with subversion 1.7 #6094
Benjamin Peterson
2009-05-23
1
-1/+1
*
Update bug tracker URL.
Georg Brandl
2009-05-20
1
-1/+1
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
1
-0/+19
*
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
1
-0/+7
*
- configure.in: Don't error, when no --with-dbmliborder option is present
Matthias Klose
2009-04-29
1
-4/+2
*
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
Matthias Klose
2009-04-29
1
-1/+1
*
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
Matthias Klose
2009-04-29
1
-0/+20
*
Backport r71704 (add configure check for C99 round function) to trunk.
Mark Dickinson
2009-04-18
1
-1/+1
*
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...
Jesse Noller
2009-04-02
1
-1/+29
*
#1676135: remove trailing slashes from --prefix argument.
Georg Brandl
2009-03-31
1
-0/+9
*
Fix issue where 'make altinstall' or 'make install' would install everything
Ronald Oussoren
2009-03-30
1
-0/+2
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
1
-0/+23
*
It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any
Mark Dickinson
2009-01-04
1
-3/+1
*
isinf and isnan are macros, not functions; fix configure script
Mark Dickinson
2009-01-04
1
-1/+2
*
Add autoconf test to detect x87-style double rounding, as described in
Mark Dickinson
2009-01-04
1
-0/+38
*
If user configures --without-gcc give preference to $CC instead of blindly
Skip Montanaro
2009-01-04
1
-1/+1
*
Fix for issue4472: "configure --enable-shared doesn't work on OSX"
Ronald Oussoren
2009-01-02
1
-0/+7
*
typo in comment
Skip Montanaro
2008-12-01
1
-1/+1
*
note the version that works
Benjamin Peterson
2008-11-30
1
-1/+1
*
#4316: fix configure.in markup problem.
Georg Brandl
2008-11-16
1
-1/+1
*
Issue #4204: Fixed module build errors on FreeBSD 4.
Martin v. Löwis
2008-11-04
1
-12/+12
*
Bump version to 2.7. Regenerate.
Martin v. Löwis
2008-10-03
1
-1/+1
*
bugfix to r66283 (see issue #1204).
Gregory P. Smith
2008-09-07
1
-1/+1
*
- Issue #1204: The configure script now tests for additional libraries
Gregory P. Smith
2008-09-07
1
-7/+29
*
Fix issue 3645: OpenBSD required -lcurses when linking with readline
Gregory P. Smith
2008-09-03
1
-6/+8
*
Fix typo in the `arch` commandline
Ronald Oussoren
2008-08-12
1
-1/+1
*
Fix buglet in fix for issue3381
Ronald Oussoren
2008-07-22
1
-1/+1
*
#3381 fix framework builds on 10.4
Benjamin Peterson
2008-07-17
1
-20/+28
*
fix framework install on Mac 10.4
Benjamin Peterson
2008-07-16
1
-0/+5
*
Fix typo in configure.in, and propagate configure.in changes from r64002
Mark Dickinson
2008-06-27
1
-1/+1
*
Add long double check support to configure test.
Travis E. Oliphant
2008-06-06
1
-0/+11
*
Fix build issue on OSX 10.4
Ronald Oussoren
2008-06-06
1
-0/+10
[next]