Hi, I know that I probably don't need to post this, but the affected files are really owned by gdb, so I wanted to make sure that everyone is aware of what is going on. For reasons unknown to me, I have been working on eliminating the need for Tcl, Tk, and Itcl to come from the source tree. I need to tweak the gdbtk-related configury and build to support this change. All of my changes are only in portions of the affected files that deal specifically with gdbtk. I would appreciate it if a global maintainer would quickly peruse this and make sure I am not about to bork something up. It has been quite some time since I've hacked on configury and Makefiles. Keith ChangeLog 2008-07-25 Keith Seitz * acinclude.m4: Include ../config/tcl.m4 to pick up standard Tcl configury bits. Remove all Tcl, Tk, Itcl, Itk, etc definitions. * configure.ac: Don't check if ../itcl exists when building gdbtk. It could be installed. Rewrite gdbtk configury to allow for using system-supplied Tcl and Tk. Gdbtk no longer requires build-time access to itcl and itk. * Makefile.in: Remove everything related to itcl and itk. Rewrite the Tcl bits for gdbtk to correspond to rewrite of configure.ac. (ALL_TCL_CFLAGS): New convenience defintion. Change all gdbtk sources to use it.