@@ -833,30 +833,6 @@ if test "$USE_TCL"; then
833833fi
834834fi
835835
836- dnl Check for Tcl configuration script tclConfig.sh
837- if test "$USE_TCL"; then
838- AC_MSG_CHECKING(for tclConfig.sh)
839- library_dirs="/usr/lib $LIBRARY_DIRS"
840- TCL_CONFIG_SH=
841- for dir in $library_dirs; do
842- for tcl_dir in $tcl_dirs; do
843- if test -z "$TCL_CONFIG_SH"; then
844- if test -d "$dir/$tcl_dir" -a -r "$dir/$tcl_dir/tclConfig.sh"; then
845- TCL_CONFIG_SH=$dir/$tcl_dir/tclConfig.sh
846- fi
847- fi
848- done
849- done
850- if test -z "$TCL_CONFIG_SH"; then
851- AC_MSG_RESULT(no)
852- AC_MSG_WARN(tcl support disabled; Tcl configuration script missing)
853- USE_TCL=
854- else
855- AC_MSG_RESULT($TCL_CONFIG_SH)
856- AC_SUBST(TCL_CONFIG_SH)
857- fi
858- fi
859-
860836dnl Check for location of Tk support (only if Tcl used)
861837dnl Disable Tcl support if Tk not found
862838
@@ -959,21 +935,3 @@ AC_OUTPUT(
959935pl/plpgsql/src/Makefile
960936pl/tcl/mkMakefile.tcldefs.sh
961937)
962-
963- GNUmakefile
964- Makefile.global
965- backend/port/Makefile
966- backend/utils/Gen_fmgrtab.sh
967- bin/pg_dump/Makefile
968- bin/pg_version/Makefile
969- bin/psql/Makefile
970- include/version.h
971- interfaces/ecpg/lib/Makefile
972- interfaces/libpgtcl/Makefile
973- interfaces/libpq++/Makefile
974- interfaces/libpq/Makefile
975- interfaces/odbc/GNUmakefile
976- interfaces/odbc/Makefile.global
977- pl/plpgsql/src/Makefile
978- pl/tcl/mkMakefile.tcldefs.sh
979- )