PL/Python should build portably now, if you can get over the fact that

Peter Eisentraut <peter_e@gmx.net>

Commit: bbc3920fe9fdefbb16096fd72114d262168fff4e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-05-12T17:49:32Z
Releases: 7.2.1
PL/Python should build portably now, if you can get over the fact that
there's no shared libpython.  Test suite works as well. Also, add some
documentation.

Files

PathChange+/−
config/python.m4 modified +74 −36
configure modified +446 −415
configure.in modified +8 −5
doc/src/sgml/filelist.sgml modified +2 −1
doc/src/sgml/plpython.sgml added +152 −0
doc/src/sgml/programmer.sgml modified +2 −1
src/interfaces/python/GNUmakefile modified +2 −2
src/Makefile.global.in modified +7 −3
src/pl/plpython/feature.expected modified +3 −3
src/pl/plpython/Makefile modified +17 −23
src/pl/plpython/plpython_test.sql modified +1 −1
src/pl/plpython/TODO modified +25 −9