1 --- Makefile.orig 2008-02-03 20:01:14.000000000 +0100
2 +++ Makefile 2008-02-03 20:01:23.000000000 +0100
6 # select Tcl/Tk version (8.5 recommended due to modernized widget appearence)
7 -TCL_VER := $(shell echo 'puts [package require Tcl]' | tclsh)
9 +#TCL_VER := $(shell echo 'puts [package require Tcl]' | tclsh)
12 ifeq ($(shell test -d /usr/include/tcl$(TCL_VER) && echo YES),YES)
13 INCS += -I/usr/include/tcl$(TCL_VER)