pgsql/ /configure /configure.in onfig/tcl.m4 r ...

From: petere(at)postgresql(dot)org (Peter Eisentraut - PostgreSQL)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure /configure.in onfig/tcl.m4 r ...
Date: 2002-05-24 18:10:17
Message-ID: 20020524181017.19F5247626A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: petere(at)postgresql(dot)org 02/05/24 14:10:17

Modified files:
. : configure configure.in
config : tcl.m4
src : Makefile.global.in Makefile.shlib
src/bin/pgtclsh: Makefile
src/pl/tcl : Makefile
Removed files:
src/bin/pgtclsh: mkMakefile.tcldefs.sh mkMakefile.tkdefs.sh
src/pl/tcl : mkMakefile.tcldefs.sh

Log message:
Change PL/Tcl build to use configured compiler and Makefile.shlib
system, not Tcl-provided one.

Make sure export file, if any, is cleaned.

Tcl configuration is now read directly in configure and recorded in
Makefile.global. This eliminates some duplicate efforts and allows
for easier hand-editing of the results, if necessary.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-24 18:57:57 pgsql/src backend/access/gist/gist.c backend/a ...
Previous Message Hiroshi Inoue 2002-05-23 07:49:39 Re: pgsql/src/backend/catalog heap.c