pgsql (configure configure.in)

From: Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql (configure configure.in)
Date: 2000-10-23 21:43:56
Message-ID: 200010232143.e9NLhuT99579@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, October 23, 2000 @ 17:43:55
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql
from hub.org:/home/projects/pgsql/tmp/cvs-serv94114

Modified Files:
configure configure.in

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-10-23 21:43:57 pgsql/src (Makefile.global.in Makefile.shlib)
Previous Message Vadim Mikheev 2000-10-23 21:23:06 Re: [HACKERS] Re: pgsql/src/test/regress/expected (plpgsql.out inet.out foreign_key.out errors.out)