OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.12 / pkgs / tdbcpostgres1.1.3 / tclconfig / README.txt
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, but sources
7 and bug/patch database are hosted on fossil here:
8
9         https://core.tcl-lang.org/tclconfig
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.