OSDN Git Service

* generic/gdbtk.c (gdbtk_init): Remove all mention of Tix.
authorKeith Seitz <keiths@redhat.com>
Mon, 12 Sep 2005 16:00:37 +0000 (16:00 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 12 Sep 2005 16:00:37 +0000 (16:00 +0000)
        * README: Ditto.

gdb/gdbtk/ChangeLog
gdb/gdbtk/README
gdb/gdbtk/generic/gdbtk.c

index 1a55da4..a646633 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-12  Keith Seitz  <keiths@redhat.com>
+
+       * generic/gdbtk.c (gdbtk_init): Remove all mention of Tix.
+       * README: Ditto.
+
 2005-08-31  Keith Seitz  <keiths@redhat.com>
 
        * library/help/target.html: Update dialog options.
index d875643..363a985 100644 (file)
@@ -25,7 +25,7 @@ Building and Installing
 
 Building Insight is very straightforward.  It is configured/built by
 default when you checkout or download Insight.  Right now, Insight MUST
-be built using the versions of Tcl, Tk, Itcl, and Tix that come with
+be built using the versions of Tcl, Tk, and Itcl that come with
 the sources.  We're working to fix that, but it is going to take a lot
 of time.  (Want to help?)
 
@@ -62,7 +62,6 @@ install and the source trees.
        ----                    -----------
        TCL_LIBRARY             The location of the Tcl library files
        TK_LIBRARY              The location of the Tk library files
-       TIX_LIBRARY             The location of the Tix library files
        REDHAT_GUI_LIBRARY      The location of the libgui library files
        GDBTK_LIBRARY           The location of the Insight library files
        INSIGHT_PLUGINS         A colon-separated list of directories
index 778b082..dc1c4ca 100644 (file)
@@ -419,10 +419,6 @@ gdbtk_init (void)
                      [file join $srcDir itcl iwidgets generic]\n\
          }\n\
 \
-         if {![info exists env(TIX_LIBRARY)]} {\n\
-             set env(TIX_LIBRARY) [file join $srcDir tix library]\n\
-         }\n\
-\
          if {![info exists env(GDBTK_LIBRARY)]} {\n\
              set env(GDBTK_LIBRARY) [file join $srcDir gdb gdbtk library]\n\
          }\n\