summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 78962,78964 via svnmerge fromBenjamin Peterson2010-05-021-4864/+5697
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78962 | benjamin.peterson | 2010-03-14 09:24:31 -0500 (Sun, 14 Mar 2010) | 1 line fix freebsd linking #7705 ........ r78964 | benjamin.peterson | 2010-03-14 10:06:14 -0500 (Sun, 14 Mar 2010) | 1 line fix quotes ........
* Merged revisions 80574 via svnmerge fromJesus Cea2010-04-281-16/+23
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80574 | jesus.cea | 2010-04-28 12:32:30 +0200 (Wed, 28 Apr 2010) | 1 line Issue #3928: Support 'os.mknod()' in Solaris ........
* Fix for issue #8175: ensure that configure --with-universal-archs=allRonald Oussoren2010-04-181-16/+4
| | | | works on osx 10.5
* Merged revisions 80187 via svnmerge fromRonald Oussoren2010-04-181-20/+39
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80187 | ronald.oussoren | 2010-04-18 19:59:37 +0200 (Sun, 18 Apr 2010) | 6 lines Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484. ........ Also: force usage of gcc-4.0 when building using the 10.4 SDK, this is needed to avoid compile errors when building on OSX 10.6 (and is already in the trunk)
* Merged revisions 79351 via svnmerge fromBenjamin Peterson2010-03-231-17/+17
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79351 | benjamin.peterson | 2010-03-23 15:58:37 -0500 (Tue, 23 Mar 2010) | 1 line the == test doesn't work on Solaris #8210 ........
* Merged revisions 78817 via svnmerge fromBenjamin Peterson2010-03-091-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78817 | benjamin.peterson | 2010-03-09 15:43:36 -0600 (Tue, 09 Mar 2010) | 1 line handle an empty OPT variable correctly #8100 ........
* Fix copy&paste error in fix for Issue8089Ronald Oussoren2010-03-091-2/+2
|
* Fix for issue8089: a framework build with --with-universal-archs=3-way|intel ↵Ronald Oussoren2010-03-091-16/+41
| | | | | | | | had no way to select a 32-bit executable (which is needed because not all (GUI) libraries are available in 64-bit mode) Also fixes a typo in Mac/README
* I shall not rush commits....Ronald Oussoren2010-03-081-2/+2
| | | | | | | | | I shall not rush commits.... I shall not rush commits.... I shall not rush commits.... This actually fixes issue 8067, previous commit for this issue was broken.
* Fix for issue 8084: fixes build issues on OSX 10.6 when targetting OSX 10.4Ronald Oussoren2010-03-081-15/+17
|
* run autoconfBenjamin Peterson2010-02-271-1/+4
|
* Merged revisions 78202 via svnmerge fromMartin v. Löwis2010-02-151-3/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78202 | martin.v.loewis | 2010-02-15 22:41:12 +0100 (Mo, 15 Feb 2010) | 2 lines Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. ........
* Merged revisions 78194 via svnmerge fromMartin v. Löwis2010-02-151-16/+26
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78194 | martin.v.loewis | 2010-02-15 09:32:00 +0100 (Mo, 15 Feb 2010) | 2 lines Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. ........
* Merged revisions 78154 via svnmerge fromRonald Oussoren2010-02-111-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78154 | ronald.oussoren | 2010-02-11 14:26:54 +0100 (Thu, 11 Feb 2010) | 2 lines Finish fix for issue 7715, after explicit search for calls to `arch` ........
* Explicitly call '/usr/bin/arch' instead of just 'arch' to avoid usingRonald Oussoren2010-02-111-4/+4
| | | | | | | | a user-installed version of arch instead of the intended version. This is needed because the interface of GNU arch is not quite compatible with what the build machinery expects. Fixes issue #7715 (backport from the trunk)
* Merged revisions 77587 via svnmerge fromRonald Oussoren2010-02-071-1/+22
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77587 | ronald.oussoren | 2010-01-17 20:27:57 +0100 (Sun, 17 Jan 2010) | 8 lines This patch ensures that the configure-script mentions checking for --enable-universalsdk and that it doesn't default to the 10.4u SDK when that SDK does not exist. (This affects OSX) This patch should fix most of issue 4834, although I haven't gotten enough information from the user to be sure. ........
* Fix for issue 7714 (backport from trunk)Ronald Oussoren2010-02-071-17/+17
|
* Merged revisions 76050 via svnmerge fromBenjamin Peterson2010-01-301-37/+219
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76050 | gregory.p.smith | 2009-11-01 19:37:37 -0600 (Sun, 01 Nov 2009) | 5 lines see http://bugs.python.org/issue1006238 this merges in the following patch to make cross compilation of the chflags check easier: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.6-chflags-cross.patch?rev=1.1 ........
* Merged revisions 77193 via svnmerge fromMark Dickinson2009-12-311-2/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77193 | mark.dickinson | 2009-12-31 21:11:48 +0000 (Thu, 31 Dec 2009) | 1 line More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. ........
* Regenerate configure using GNU autoconf 2.61.Mark Dickinson2009-12-311-16/+16
|
* Merged revisions 76403 via svnmerge fromRonald Oussoren2009-11-191-16/+23
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76403 | ronald.oussoren | 2009-11-19 17:25:21 +0100 (Thu, 19 Nov 2009) | 14 lines Fix for issue #7085 On MacOSX 10.6 the CoreFoundation framework must be initialized on the main thread, the constructor function in that framework will cause an SIGABRT when it is called on any other thread. Because a number of extension link (indirectly) to CoreFoundation and the Python core itself didn't the interpreter crashed when importing some extensions, such as _locale, on a secondary thread. This fix ensures that Python is linked to CoreFoundation on OSX, which results in the CoreFoundation constructor being called when Python is loaded. This does not require code changes. ........
* Merged revisions 75531,75725 via svnmerge fromAntoine Pitrou2009-10-271-15/+34
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75531 | antoine.pitrou | 2009-10-19 20:17:18 +0200 (lun., 19 oct. 2009) | 4 lines Issue #5833: Fix extra space character in readline completion with the GNU readline library version 6.0. ........ r75725 | antoine.pitrou | 2009-10-26 20:16:46 +0100 (lun., 26 oct. 2009) | 4 lines Some platforms have rl_completion_append_character but not rl_completion_suppress_append. Reported by Mark D. ........
* Merged revisions 75131 via svnmerge fromRonald Oussoren2009-09-291-3/+17
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75131 | ronald.oussoren | 2009-09-29 15:00:44 +0200 (Tue, 29 Sep 2009) | 8 lines * Update the Mac/README file. Add the list of OSX-specific configure options to that README file with some explanation. * Be more strict in the configure script: complain loudly when the user has specified invalid combinations of OSX-specific configure arguments. The error message refers to the Mac/README file for more information. ........
* Merged revisions 74978 via svnmerge fromRonald Oussoren2009-09-201-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74978 | ronald.oussoren | 2009-09-20 22:05:44 +0200 (Sun, 20 Sep 2009) | 2 lines Fix typo in error message ........
* Merged revisions 74701 via svnmerge fromRonald Oussoren2009-09-081-25/+141
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74701 | ronald.oussoren | 2009-09-07 08:12:00 +0200 (Mon, 07 Sep 2009) | 2 lines Fix typo in configure.in ........
* Merged revisions 73305 via svnmerge fromRonald Oussoren2009-06-081-1/+7
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines This is a fix for Issue5809: you shouldn't specify both --enable-framework and --enable-shared ........
* Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-2/+2
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72871 | benjamin.peterson | 2009-05-23 14:24:37 -0500 (Sat, 23 May 2009) | 1 line support building with subversion 1.7 #6094 ........ r72872 | benjamin.peterson | 2009-05-23 14:31:02 -0500 (Sat, 23 May 2009) | 1 line reorder name ........
* Issue #5724: Fix cmath failures on Solaris 10.Mark Dickinson2009-05-041-4/+293
|
* Merged revisions 70730 via svnmerge fromRonald Oussoren2009-03-301-2/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70730 | ronald.oussoren | 2009-03-30 12:53:39 -0500 (Mon, 30 Mar 2009) | 3 lines Fix issue where 'make altinstall' or 'make install' would install everything that needs to be installed on OSX (depending on the configure flags) ........
* Merged revisions 68312 via svnmerge fromMark Dickinson2009-01-051-104/+2
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68312 | mark.dickinson | 2009-01-04 20:19:41 +0000 (Sun, 04 Jan 2009) | 4 lines It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any Python/hypot.c replacement file. Use AC_CHECK_FUNCS instead. This change should be backported to 2.6 and 3.0. ........
* Backport of r68146Ronald Oussoren2009-01-021-2/+9
|
* regenerate configureBenjamin Peterson2008-11-161-2/+2
|
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-12/+12
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67098 | martin.v.loewis | 2008-11-04 21:40:09 +0100 (Di, 04 Nov 2008) | 2 lines Issue #4204: Fixed module build errors on FreeBSD 4. ........
* reran autoconfGregory P. Smith2008-09-071-2/+2
|
* reran autoconf for r66283's checkinGregory P. Smith2008-09-071-96/+31
|
* Fix issue 3645: OpenBSD required -lcurses when linking with readlineGregory P. Smith2008-09-031-7/+9
| | | | | | | | to get the correct completion_matches function to avoid crashes on x86_64 (amd64). I don't have OpenBSD to test myself. I tested that it does not break anything on linux. It is simple.
* Fix typo in the `arch` commandlineRonald Oussoren2008-08-121-2/+2
|
* Fix buglet in fix for issue3381Ronald Oussoren2008-07-221-2/+2
|
* #3381 fix framework builds on 10.4Benjamin Peterson2008-07-171-21/+29
|
* fix framework install on Mac 10.4Benjamin Peterson2008-07-161-3/+10
|
* Fix typo in configure.in, and propagate configure.in changes from r64002Mark Dickinson2008-06-271-1/+462
| | | | to configure and pyconfig.h.in.
* Fix build issue on OSX 10.4Ronald Oussoren2008-06-061-1/+56
|
* Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3.Neal Norwitz2008-06-061-1/+1
| | | | (I didn't regen configure, since I don't have a working autoconf.)
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-11/+85
| | | | | | | | | | | | | | | | | | This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils.
* Revert temporary checkin in revision 63545.Mark Dickinson2008-05-231-11/+0
|
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-3/+20
|
* Temporary checkin to get configure to report moreMark Dickinson2008-05-231-1/+12
| | | | | | | information about the processor on the Debian/alpha buildbot. (I'm still trying to track down the cause of the test_math failures for this machine.) This checkin will be reverted within the next 48 hours.
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-6/+32
| | | | | | | This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build).
* Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc isMark Dickinson2008-04-251-1/+17
| | | | | | | | the compiler. This should(?) help to fix failures in test_math and test_cmath on Linux/alpha. Also add configure message reporting the result of uname -m, as a debugging aid.
* Make configure test for tanh(-0.) == -0. committed in r62447 actuallyMark Dickinson2008-04-221-3/+5
| | | | work. (The test wasn't properly linked with libm. Sigh.)