Thu Aug 7 14:08:23 1997 Martin M. Hunt <hunt@cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Thu, 7 Aug 1997 21:07:44 +0000 (21:07 +0000)
committerMartin Hunt <hunt@redhat.com>
Thu, 7 Aug 1997 21:07:44 +0000 (21:07 +0000)
* configure.in: Change required Tix version to 4.1.8.0 .
* configure: Rebuilt.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index 8cc3c02..0ae56b0 100644 (file)
@@ -1,3 +1,8 @@
+Thu Aug  7 14:08:23 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * configure.in: Change required Tix version to 4.1.8.0 .
+       * configure: Rebuilt.
+
 Thu Aug  7 13:39:31 1997  Geoffrey Noer  <noer@cygnus.com>
 
        * ocd.h: add OCD_SET_CONNECTION
index 5d35b54..75418f7 100755 (executable)
@@ -3046,14 +3046,14 @@ fi
 
 
           # now look for tix library stuff
-          TIXVERSION=4.1.7.6
+          TIXVERSION=4.1.8.0
           . ${ac_cv_c_tclconfig}/tclConfig.sh
           case "${host}" in
           *-*-cygwin32*)
                tixdir=../tix/win/tcl7.6
                ;;
           *)
-               tixdir=../tix/unix/tk4.2
+               tixdir=../tix/unix/tk8.0
                ;;
           esac 
           if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
index cb72af8..8de07b7 100644 (file)
@@ -320,14 +320,14 @@ if test "${enable_gdbtk}" = "yes"; then
           CY_AC_PATH_TIX
 
           # now look for tix library stuff
-          TIXVERSION=4.1.7.6
+          TIXVERSION=4.1.8.0
           . ${ac_cv_c_tclconfig}/tclConfig.sh
           case "${host}" in
           *-*-cygwin32*)
                tixdir=../tix/win/tcl7.6
                ;;
           *)
-               tixdir=../tix/unix/tk4.2
+               tixdir=../tix/unix/tk8.0
                ;;
           esac 
           if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then