source: trunk/kitgen/8.x/blt/tclconfig/README.txt

Last change on this file was 175, checked in by demin, 12 years ago

initial commit

File size: 812 bytes
Line 
1These files comprise the basic building blocks for a Tcl Extension
2Architecture (TEA) extension. For more information on TEA see:
3
4 http://www.tcl.tk/doc/tea/
5
6This package is part of the Tcl project at SourceForge, and latest
7sources should be available there:
8
9 http://tcl.sourceforge.net/
10
11This package is a freely available open source package. You can do
12virtually anything you like with it, such as modifying it, redistributing
13it, and selling it either in whole or in part.
14
15CONTENTS
16========
17The following is a short description of the files you will find in
18the sample extension.
19
20README.txt This file
21
22install-sh Program used for copying binaries and script files
23 to their install locations.
24
25tcl.m4 Collection of Tcl autoconf macros. Included by a package's
26 aclocal.m4 to define TEA_* macros.
Note: See TracBrowser for help on using the repository browser.