Rewrite Tcl/Tk interpreter path for the GUI tools.
commit6bdb18a9cef9124937941c6e5bd2b645c9da6537
authorEygene Ryabinkin <rea-git@codelabs.ru>
Wed, 28 Mar 2007 11:22:02 +0000 (28 04:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 1 Apr 2007 06:59:47 +0000 (31 23:59 -0700)
tree2f9cc1b6662eb55f247b9071f2d95905ae3e8275
parent81b63c707ed5962d45bd575c946a7127c19a3e35
Rewrite Tcl/Tk interpreter path for the GUI tools.

--with-tcltk=/path/to/wish sets the TCLTK_PATH variable that is
used to substitute the location of the wish interpreter in the
Tcl/Tk programs.

New tracking file, GIT-GUI-VARS, was introduced: it tracks the
location of the Tcl/Tk interpreter and activates the GUI tools
rebuild if the interpreter path was changed. The separate tracker
is better than the GIT-CFLAGS: there is no need to rebuild the whole
git if the interpreter path was changed.

Signed-off-by: Eygene Ryabinkin <rea-git@codelabs.ru>
Makefile