Another try at making plpython autoconfiguration work correctly. Use a
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 19:32:19 +0000 (19:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 19:32:19 +0000 (19:32 +0000)
commit669ca7af831fb1bba21fdcb037b8e8a365534230
treed254c40fac4c520c844025895c6dda1200226112
parente5d30091e6059328877969acd099e23899b6afd3
Another try at making plpython autoconfiguration work correctly.  Use a
-L spec rather than assuming libpython is in the standard search path
(this returns to the way 7.4 did it).  But check the distutils output
to see if it looks like Python has built a shared library, and if so
link with that instead of the probably-not-shared library found in
configdir.
config/python.m4
configure
src/Makefile.global.in
src/pl/plpython/Makefile