Polish shared library build to reduce number of special hacks. In
authorPeter Eisentraut
Mon, 23 Oct 2000 21:44:12 +0000 (21:44 +0000)
committerPeter Eisentraut
Mon, 23 Oct 2000 21:44:12 +0000 (21:44 +0000)
commit7b021ce17c4abe731a3a4c6cb5e23f13d6fd3f52
tree6cb59b5918e05e9fc04f1a86931cec3cfbae11aa
parentbc083d3d90dd26b755a60c74d561f9dab5897d5c
Polish shared library build to reduce number of special hacks.  In
particular, allow linking with arbitrary commands rather than only $(AR) or
$(LD), and treat C++ without hacks.

Add option to disable shared libraries.  This takes the place of the
BSD_SHLIB variable.  The regression test driver ignores the plpgsql test
if there are no shared libraries available.
configure
configure.in
src/Makefile.global.in
src/Makefile.shlib
src/interfaces/libpq++/Makefile
src/interfaces/odbc/GNUmakefile
src/makefiles/Makefile.qnx4
src/pl/plpgsql/src/Makefile
src/test/regress/GNUmakefile
src/test/regress/pg_regress.sh