pgsql/ /configure.in oc/src/sgml/installation. ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in oc/src/sgml/installation. ...
Date: 2001-05-09 19:19:01
Message-ID: 200105091919.f49JJ1V52557@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/09 15:19:00

Modified files:
. : configure.in
doc/src/sgml : installation.sgml
src : Makefile.global.in
src/pl/tcl : Makefile
Added files:
src/pl/tcl/modules: pltcl_delmod.in pltcl_listmod.in
pltcl_loadmod.in
Removed files:
src/pl/tcl/modules: pltcl_delmod pltcl_listmod pltcl_loadmod

Log message:
This patch adds a new configure option --with-pltcl-unknown which
enables pltcl unknown support.

Also it adds substituting of tclsh with tclsh that was by configure in
pltcl_*mod scripts. For example, On freebsd, tclsh can be called
tclsh8.2 or
tclsh8.3 depending on installed version of Tcl.

After patching files
src/pl/tcl/modules/pltcl_listmod
src/pl/tcl/modules/pltcl_loadmod
src/pl/tcl/modules/pltcl_delmod
must be renamed(copied,repocopied) to
src/pl/tcl/modules/pltcl_listmod.in
src/pl/tcl/modules/pltcl_loadmod.in
src/pl/tcl/modules/pltcl_delmod.in

seva(at)sevasoft(dot)kiev(dot)ua

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-09 19:21:15 pgsql/. configure
Previous Message Bruce Momjian - CVS 2001-05-09 17:57:42 pgsql/src/bin/psql describe.c