~ubuntu-branches/debian/sid/tk-html3/sid

« back to all changes in this revision

Viewing changes to tclconfig/README.txt

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2012-03-02 18:45:00 UTC
  • Revision ID: package-import@ubuntu.com-20120302184500-np17d7d6gd1jedj0
Tags: upstream-3.0~fossil20110109
ImportĀ upstreamĀ versionĀ 3.0~fossil20110109

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.