• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-201335

ChangeLogH A D09-Sep-201031.8 KiB

fix_tea_vers.shH A D14-Nov-2008282

install-shH A D19-Aug-20082.1 KiB

README.txtH A D19-Aug-2008812

reconf.shH A D30-Oct-2013623

tcl.m4H A D03-Apr-2012126.8 KiB

updt_tcl_m4.shH A D14-Nov-2008418

README.txt

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.
27