Top-level Files of 6d978c1a18688e9e97b2f407e6f3e6f27b32cacd

Files in the top-level directory of check-in 6d978c1a18688e9e97b2f407e6f3e6f27b32cacd


This will build a Tclkit named "tclkit-<version>".

Usage:
	kitcreator {<version> | cvs_<cvsTag> | clean | distclean}

	Default is to create a Tclkit from Tcl version 8.4.19

Examples:
	1. Create a Tclkit for Tcl 8.5.8:
		$ ./kitcreator 8.5.8

	2. Create a Tclkit for Tcl from CVS HEAD:
		$ ./kitcreator cvs_HEAD

	3. To clean up post-build:
		$ ./kitcreator clean

Environment variables:
	1. MAKE
		Specifies the tool you wish to be called to build targets
		from a Makefile.  This script is generally more well tested
		with GNU Make.

	2. PATCH
		Specifies the tool you wish to be called to apply unified
		diff patches.  This script is generally more well tested with
		GNU Patch.