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 8cc3c02c61299107b3c7cac1961a19677f22e7f6..0ae56b0d3fe44b3712328381edb168bb8851e3cb 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 5d35b54df77bc59c688b5f1a3248394d12404886..75418f7a44af13893eba9586d5a458c947bce663 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 cb72af8464dfcf0c9932dccc686acb33079424e9..8de07b7f48b22c228e23ce2dfc2b85da3a7e3b56 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