gitk: Check that we are running on at least Tcl/Tk 8.4
commit5d7589d4c43e941563dfa2d096e6d6c184191702
authorPaul Mackerras <paulus@samba.org>
Sat, 20 Oct 2007 11:21:03 +0000 (20 21:21 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 20 Oct 2007 11:21:03 +0000 (20 21:21 +1000)
treefab6e40aa169590dc86331af1f43eb7b2f01d161
parent5e85ec4cd0658232fa8ee13e8cd9da21e0e4973e
gitk: Check that we are running on at least Tcl/Tk 8.4

This checks that we have Tcl/Tk 8.4 or later, and puts up an error
message in a window and quits if not.

This was prompted by a patch submitted by Steffen Prohaska, but is
done a bit differently (this uses package require rather than
looking at [info tclversion], and uses show_error to display the
error rather than printing it to stderr).

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk