]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/acinclude.m4
* acinclude.m4: Include ../config/tcl.m4 to pick up
authorKeith Seitz <keiths@redhat.com>
Sat, 2 Aug 2008 21:36:06 +0000 (21:36 +0000)
committerKeith Seitz <keiths@redhat.com>
Sat, 2 Aug 2008 21:36:06 +0000 (21:36 +0000)
commit5062cc192edb3e057e7f0c8c22d7b806077df307
tree9071062a444af80e58fffad2a55b57b75adad792
parent8fe634981f34c13de168e3a1e879d8a5841deae1
    * 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