~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to lib/app-critcl/tea/tclconfig/README.txt

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

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