summaryrefslogtreecommitdiffstats
path: root/tclzvfs/tclconfig/README.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:26:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:26:03 (GMT)
commitfecf4a80a5080aa65e7c2d717f96e86ad04ca46c (patch)
tree132cdcd32ad215153e7845b8e27b91caf2576681 /tclzvfs/tclconfig/README.txt
parenta62a72569befa24bccfc2ef198be80f3cb1e94e9 (diff)
parentd3f9d6c3f5b0ea8006e708baea311f7a3bad66ef (diff)
downloadblt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.zip
blt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.tar.gz
blt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.tar.bz2
Merge commit 'd3f9d6c3f5b0ea8006e708baea311f7a3bad66ef' as 'tclzvfs'
Diffstat (limited to 'tclzvfs/tclconfig/README.txt')
-rw-r--r--tclzvfs/tclconfig/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tclzvfs/tclconfig/README.txt b/tclzvfs/tclconfig/README.txt
new file mode 100644
index 0000000..59b5a3e
--- /dev/null
+++ b/tclzvfs/tclconfig/README.txt
@@ -0,0 +1,26 @@
+These files comprise the basic building blocks for a Tcl Extension
+Architecture (TEA) extension. For more information on TEA see:
+
+ http://www.tcl.tk/doc/tea/
+
+This package is part of the Tcl project at SourceForge, and latest
+sources should be available there:
+
+ http://tcl.sourceforge.net/
+
+This package is a freely available open source package. You can do
+virtually anything you like with it, such as modifying it, redistributing
+it, and selling it either in whole or in part.
+
+CONTENTS
+========
+The following is a short description of the files you will find in
+the sample extension.
+
+README.txt This file
+
+install-sh Program used for copying binaries and script files
+ to their install locations.
+
+tcl.m4 Collection of Tcl autoconf macros. Included by a package's
+ aclocal.m4 to define TEA_* macros.