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.
This commit is contained in:
Martin Hunt 1997-08-07 21:07:44 +00:00
parent 2d38a02f54
commit 1154b47ab1
3 changed files with 9 additions and 4 deletions

View 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

4
gdb/configure vendored
View File

@ -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

View 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