Re: patch for configure for enabling of pl/tcl unknown support - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: patch for configure for enabling of pl/tcl unknown support
Date
Msg-id Pine.LNX.4.30.0105092146060.757-100000@peter.localdomain
Whole thread Raw
In response to Re: patch for configure for enabling of pl/tcl unknown support  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: patch for configure for enabling of pl/tcl unknown support  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: patch for configure for enabling of pl/tcl unknown support  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: patch for configure for enabling of pl/tcl unknown support
Next
From: Bruce Momjian
Date:
Subject: Re: patch for configure for enabling of pl/tcl unknown support