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

Started by Peter Eisentrautabout 24 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.