Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,

Peter Eisentraut <peter_e@gmx.net>

Commit: f428d053ce075bafe1785d0ba7792f4eb92d93d5
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-09-25T22:23:01Z
Releases: 7.1.1
Revise Tcl/Tk configuration.  Make missing Tcl after --with-tcl an error,
add --without-tk option to disable Tk.  We don't need the AC_PATH_XTRA
test because tkConfig.sh already contains all the information about how to
compile and link with X.  Also make sure that libpq is up to date for
libpgtcl.  Remove executable bits from pgaccess.sh, but add it to pgaccess.

Files

PathChange+/−
aclocal.m4 modified +2 −1
config/tcl.m4 added +76 −0
configure modified +496 −1418
configure.in modified +33 −125
src/bin/Makefile modified +3 −4
src/bin/pgaccess/Makefile modified +6 −3
src/bin/pgaccess/pgaccess.sh modified +3 −3
src/bin/pgtclsh/Makefile modified +10 −13
src/interfaces/libpgtcl/Makefile modified +6 −2
src/interfaces/Makefile modified +2 −2
src/Makefile.global.in modified +4 −10
src/pl/Makefile modified +2 −2