summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-38/+28
* - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-1/+1
* - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+4
* Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.Charles-François Natali2013-01-081-18/+7
* Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...Mark Dickinson2012-12-021-0/+40
* Fix regression from issue #16262Ross Lagerwall2012-10-291-126/+141
* - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-17/+22
* Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
* Issue #15819: tweak logic in previous commit (617591e7d708).Trent Nelson2012-10-161-1/+1
* Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+20
* Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-0/+50
* merge 3.1Matthias Klose2012-03-141-1/+1
|\
| * - rename configure.in to configure.acMatthias Klose2012-03-141-3/+2
| * Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits obj...Jesus Cea2011-03-161-3/+4
* | Improve the test for dirfd(), some systems #define it rather than haveGregory P. Smith2012-01-221-47/+57
* | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-1/+1
* | regenerate configure using autoconf. includes the dirfd test.Gregory P. Smith2012-01-161-286/+309
* | Issue #11149: Also enable -fwrapv if $CC is a full pathStefan Krah2011-12-081-3/+4
* | Issue #13415: Test in configure if unsetenv() has a return value or not.Charles-François Natali2011-11-271-310/+315
* | Issue #11149: recent versions of clang require the -fwrapv flag.Stefan Krah2011-09-141-0/+6
* | Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-201-0/+1
* | When testing for an hg repo, use a file that always exists, even with the "sh...Antoine Pitrou2011-07-261-288/+311
* | Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-1/+1
* | Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-221-310/+287
* | Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-6/+2
* | Regenerate configure.Georg Brandl2011-07-031-0/+54
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-4/+4
* | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-47/+78
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-1/+57
|\ \ | |/
| * Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-1/+57
| * Merged revisions 88438,88440 via svnmerge fromGeorg Brandl2011-02-251-1/+8
| * Merged revisions 88430 via svnmerge fromGeorg Brandl2011-02-251-2/+2
| * Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-470/+517
| * Merged revisions 87698 via svnmerge fromAntoine Pitrou2011-01-031-2/+2
| * Merged revisions 87646 via svnmerge fromAntoine Pitrou2011-01-021-2/+2
| * Merged revisions 87639 via svnmerge fromAntoine Pitrou2011-01-021-6/+5
| * Compile correctly under OpenIndiana (and possibly Solaris 11 Express)Jesus Cea2010-11-251-8/+9
| * add 'no' output to --with-system-ffiBenjamin Peterson2010-10-311-7/+9
| * Merged revisions 85349 via svnmerge fromAntoine Pitrou2010-10-101-2/+5
| * Merged revisions 84946 via svnmerge fromAntoine Pitrou2010-09-211-2/+2
| * Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-2/+14
| * Merged revisions 84674 via svnmerge fromAntoine Pitrou2010-09-101-40/+26
| * Merged revisions 84584 via svnmerge fromAntoine Pitrou2010-09-071-5/+79
| * Merged revisions 84366 via svnmerge fromAntoine Pitrou2010-08-301-3/+7
| * Revert temporary debugging commit from r82756.Mark Dickinson2010-07-191-14/+5
| * Temporary debug commit: include gcc version in configure output. If this doe...Mark Dickinson2010-07-091-5/+14
| * only use -fno-strict-aliasing when needed by compilerBenjamin Peterson2010-06-211-16/+55
| * run autoreconfBenjamin Peterson2010-06-211-16806/+3392
| * Merged revisions 78965 via svnmerge fromBenjamin Peterson2010-05-021-4933/+5790
| * Merged revisions 80576 via svnmerge fromJesus Cea2010-04-281-16/+23