OSDN Git Service

* acinclude.m4: Include ../config/tcl.m4 to pick up
authorkseitz <kseitz>
Sat, 2 Aug 2008 21:36:05 +0000 (21:36 +0000)
committerkseitz <kseitz>
Sat, 2 Aug 2008 21:36:05 +0000 (21:36 +0000)
commitb6f49b2c0b90b937cfe78530bebac790a2fca61d
tree2b9c08e9ba4a11c9718e5d35e9bcc38d9ee2052b
parent54d345e79ced8848ce8e28192e6b57100f27687e
    * 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.
        Remove v850ice.o build rule.
        (ALL_TCL_CFLAGS): New convenience defintion. Change all
        gdbtk sources to use it.
        * configure: Regenerate.
gdb/ChangeLog
gdb/Makefile.in
gdb/acinclude.m4
gdb/configure
gdb/configure.ac