summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Port build identification from default branch.Georg Brandl2011-03-061-1/+57
* Merged revisions 88430,88438,88440 via svnmerge fromGeorg Brandl2011-02-251-2/+9
* Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-492/+535
* Merged revisions 87698 via svnmerge fromAntoine Pitrou2011-01-031-2/+2
* Merged revisions 87646 via svnmerge fromAntoine Pitrou2011-01-021-3/+3
* Merged revisions 87639 via svnmerge fromAntoine Pitrou2011-01-021-9/+9
* Merged revisions 85422 via svnmerge fromStefan Krah2010-11-281-18/+18
* Merged revisions 86075 via svnmerge fromBenjamin Peterson2010-11-011-1/+5
* Merged revisions 86042 via svnmerge fromBenjamin Peterson2010-10-311-0/+4
* run autoreconfBenjamin Peterson2010-10-161-7/+15
* Merged revisions 85349 via svnmerge fromAntoine Pitrou2010-10-101-1/+4
* 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-36/+26
* Merged revisions 84584 via svnmerge fromAntoine Pitrou2010-09-071-5/+76
* Merged revisions 84366 via svnmerge fromAntoine Pitrou2010-08-301-3/+7
* Issue #1759169: Drop _XOPEN_SOURCE on Solaris.Martin v. Löwis2010-05-281-25/+7
* correct default docsBenjamin Peterson2010-05-251-6/+6
* Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure ...Mark Dickinson2010-05-111-11/+4
* Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as a...Mark Dickinson2010-05-081-3/+7
* configure.in: Avoid autoconf warning: Assume C89 semantics thatMatthias Klose2010-05-081-30/+2
* configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,Matthias Klose2010-05-081-65/+90
* configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/Matthias Klose2010-05-081-2/+1
* - configure.in: Replace AC_HELP_STRING with AS_HELP_STRINGMatthias Klose2010-05-081-3/+3
* - Issue #8510: Update to autoconf2.65.Matthias Klose2010-05-081-19195/+5109
* Issue #8625: Turn off gcc optimization in debug builds.Mark Dickinson2010-05-051-2/+2
* [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGSMarc-André Lemburg2010-04-301-18/+23
* Fix for issue #3646: with this patch it is possible to do aRonald Oussoren2010-04-301-19/+59
* Issue #3928: Support 'os.mknod()' in SolarisJesus Cea2010-04-281-1/+8
* - Issue #8509: Fix quoting in help strings and code snippets in configure.in.Matthias Klose2010-04-241-16/+16
* Add the OSX universal binary related optionsRonald Oussoren2010-04-181-6/+7
* This check-in fixes two problems:Ronald Oussoren2010-04-081-67/+71
* Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compilerVictor Stinner2010-03-251-0/+2
* the == test doesn't work on Solaris #8210Benjamin Peterson2010-03-231-2/+2
* fix quotesBenjamin Peterson2010-03-141-2/+2
* fix freebsd linking #7705Benjamin Peterson2010-03-141-2/+2
* fix ugly configure output (follow up to #6943)Benjamin Peterson2010-03-091-26/+27
* handle an empty OPT variable correctly #8100Benjamin Peterson2010-03-091-1/+1
* run autoconfBenjamin Peterson2010-02-271-1/+4
* Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.Martin v. Löwis2010-02-151-3/+5
* Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.Martin v. Löwis2010-02-151-16/+26
* Finish fix for issue 7715, after explicit search for calls to `arch`Ronald Oussoren2010-02-111-5/+5
* Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universalRonald Oussoren2010-02-111-2/+2
* Explicitly use /usr/bin/arch on OSX, fixes issue 7715Ronald Oussoren2010-01-171-4/+4
* This patch ensures that the configure-script mentions checking for --enable-u...Ronald Oussoren2010-01-171-1/+22
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-57/+112
* use pkg-config to find the libffi headers when --with-system-ffi is used #6943Benjamin Peterson2010-01-011-2/+115
* More configure fixes: avoid sh 'integer argument expected' error when 'long l...Mark Dickinson2009-12-311-4/+9
* Add missing quotes.Mark Dickinson2009-12-311-2/+2
* add a --with-system-expat option to build pyexpat against the system's lib #7609Benjamin Peterson2009-12-311-16/+31