summaryrefslogtreecommitdiff
path: root/config/python.m4
Commit message (Expand)AuthorAgeFilesLines
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-061-10/+5
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-1/+3
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-161-3/+6
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-01-251-20/+13
* Revert "Temporarily add some information about python include paths to config...Tom Lane2022-01-251-21/+0
* Temporarily add some information about python include paths to configure.Andres Freund2022-01-231-0/+21
* Revert "Make configure prefer python3 to plain python."Tom Lane2022-01-201-5/+7
* Make configure prefer python3 to plain python.Tom Lane2022-01-191-7/+5
* Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut2022-01-181-14/+14
* Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut2022-01-181-14/+14
* Remove support for Python older than 2.6Peter Eisentraut2020-01-081-2/+2
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-181-0/+1
* configure: Update python search orderPeter Eisentraut2019-01-131-1/+8
* 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