Re: patch for configure for enabling of pl/tcl unknown support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <seva(at)sevasoft(dot)kiev(dot)ua>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: patch for configure for enabling of pl/tcl unknown support
Date: 2001-05-09 19:48:15
Message-ID: Pine.LNX.4.30.0105092146060.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian writes:

> > This patch adds a new configure option --with-pltcl-unknown which
> > enables pltcl unknown support.

> > 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

These files should be build in a makefile. Creating them with
config.status is not going to fly.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-09 20:15:23 Re: patch for configure for enabling of pl/tcl unknown support
Previous Message Bruce Momjian 2001-05-09 19:41:51 Re: patch for configure for enabling of pl/tcl unknown support