pgsql/ /configure /configure.in onfig/tcl.m4 r ... - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Subject pgsql/ /configure /configure.in onfig/tcl.m4 r ...
Date
Msg-id 20020524181017.19F5247626A@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    petere@postgresql.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.


pgsql-committers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src/backend/catalog heap.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src backend/access/gist/gist.c backend/a ...