This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
postgresql
Watch
1
Star
0
Fork
You've already forked postgresql
0
mirror of
https://github.com/postgres/postgres.git
synced
2026-02-16 00:57:52 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b2c89fa7af
postgresql
/
src
/
interfaces
/
python
/
Setup.in.raw
4 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Moved the intricacies of the perl interface build into its own makefile that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization.
2000-06-10 14:02:12 -04:00
*shared*
Pick up any extra -I options for Python build.
2001-03-25 14:44:04 -05:00
_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@
Reference in a new issue
Copy permalink