]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Add --with-tcltk and --without-tcltk to configure.
authorEygene Ryabinkin <rea-git@codelabs.ru>
Wed, 28 Mar 2007 11:12:07 +0000 (04:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 1 Apr 2007 06:59:47 +0000 (23:59 -0700)
commit81b63c707ed5962d45bd575c946a7127c19a3e35
treefc0d659d556cecb3a363c8703be6a5d6294b3894
parent3cfaf11b1dc742dcbbf48dd3d6a5ce376e23a2b8
Add --with-tcltk and --without-tcltk to configure.

--with-tcltk enables the search of the Tcl/Tk interpreter. If no
interpreter is found then Tcl/Tk dependend parts are disabled.

--without-tcltk unconditionally disables Tcl/Tk dependent parts.

The original behaviour is not changed: bare './configure' just
installs the Tcl/Tk part doing no checks for the interpreter.

Signed-off-by: Eygene Ryabinkin <rea-git@codelabs.ru>
Makefile
config.mak.in
configure.ac