summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* [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
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-31/+28
* Issue #7492: Autoconf tests were leaving semaphore files behind. AddMark Dickinson2009-12-131-2/+4
* disable pymalloc tricks with the --with-valgrind option #2422Benjamin Peterson2009-12-031-1/+162
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-2/+3
* Multiprocessing configure checks don't need LIBMMark Dickinson2009-11-281-170/+169
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-2/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-2/+17
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-0/+85
* Regenerate configure with GNU autoconf 2.61.Mark Dickinson2009-11-201-16/+16
* Fix for issue #7085Ronald Oussoren2009-11-191-16/+21
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-1/+99
* Issue #5792: Extend short float repr support to x86 platforms using suncc or...Mark Dickinson2009-11-151-14/+13
* regenerated from r76052Gregory P. Smith2009-11-021-6/+4
* build using r76050Gregory P. Smith2009-11-021-13/+187
* configure generated from r76028Gregory P. Smith2009-11-011-71/+62
* Some platforms have rl_completion_append_character but not rl_completion_supp...Antoine Pitrou2009-10-261-15/+34
* Configure check for double rounding should take BASECFLAGS into accountMark Dickinson2009-10-241-7/+5
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-6/+299
* * Update the Mac/README file. Add the list of OSX-specific configure optionsRonald Oussoren2009-09-291-3/+17
* Fix typo in error messageRonald Oussoren2009-09-201-3/+3
* This is an update to r74701. How hard can it be to get a configure test right.Ronald Oussoren2009-09-081-1/+2
* Fix typo in configure.inRonald Oussoren2009-09-071-5/+22
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-24/+122
* Add configure-time checks for gamma and error functions.Mark Dickinson2009-09-051-2/+100
* #5047: remove Monterey support from configure.Georg Brandl2009-09-041-22/+2
* Regenerate configure script using autoconf 2.61.Alexandre Vassalotti2009-07-171-158/+1313