summaryrefslogtreecommitdiff
path: root/config/python.m4
Commit message (Expand)AuthorAgeFilesLines
* Teach configure --with-python to report the Python version number.Tom Lane2018-04-021-8/+12
* Further improve consistency of configure's program searching.Tom Lane2017-08-011-3/+3
* Reject too-old Python versions a bit sooner.Tom Lane2017-02-211-1/+7
* Drop support for Python 2.3Peter Eisentraut2017-02-211-0/+1
* Fix python shlib probe for Cygwin.Tom Lane2016-10-071-5/+5
* Try to fix python shlib probe for MinGW.Tom Lane2016-10-051-2/+23
* In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane2016-10-051-2/+20
* Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane2016-10-041-5/+8
* Improve (I hope) our autolocation of the Python shared library.Tom Lane2016-10-041-17/+40
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-14/+0
* fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan2015-05-031-1/+1
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-0/+3
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-1/+0
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-9/+2
* Fix plpython build on older versions of OS X.Tom Lane2013-01-061-1/+1
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-3/+11
* Also check for Python platform-specific include directoryPeter Eisentraut2012-08-291-3/+12
* Don't reject threaded Python on FreeBSD.Tom Lane2012-02-201-2/+2
* python.m4: Remove useless "import string" callsPeter Eisentraut2011-11-291-6/+6
* Improve detection of Python 3.2 installationsPeter Eisentraut2011-08-181-2/+7
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-171-2/+2
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+3
* In the configure check for the Python distutils module, use a less obscurePeter Eisentraut2009-10-141-2/+2
* Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut2009-01-041-9/+9
* Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut2006-10-161-3/+3
* Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian2005-10-131-2/+2
* Prevent threaded python build on BSD's, where it fails.Bruce Momjian2005-09-261-1/+16
* Another try at making plpython autoconfiguration work correctly. Use aTom Lane2004-10-111-4/+28
* Un-break plpython build for non-Windows platforms.Tom Lane2004-10-101-13/+5
* Allow plpython to build on Win32.Bruce Momjian2004-10-061-19/+4
* Make discovery of python_configdir architecture independent. SolutionJoe Conway2004-09-161-2/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut2003-09-011-19/+1
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-041-1/+6
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-3/+3
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-24/+20
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-36/+74
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-101-0/+50