aboutsummaryrefslogtreecommitdiff
path: root/tclconfig/README.txt
diff options
context:
space:
mode:
authorlecoanet2003-03-17 15:03:16 +0000
committerlecoanet2003-03-17 15:03:16 +0000
commiteda3a98ed7f79a31af8e91ef1ab4c0bc42221971 (patch)
tree301515d8217e891acf3ad8314cc19463ac0670a1 /tclconfig/README.txt
parent4526c4c1f8c007917b69708691b37c98a2b66709 (diff)
downloadtkzinc-eda3a98ed7f79a31af8e91ef1ab4c0bc42221971.zip
tkzinc-eda3a98ed7f79a31af8e91ef1ab4c0bc42221971.tar.gz
tkzinc-eda3a98ed7f79a31af8e91ef1ab4c0bc42221971.tar.bz2
tkzinc-eda3a98ed7f79a31af8e91ef1ab4c0bc42221971.tar.xz
*** empty log message ***
Diffstat (limited to 'tclconfig/README.txt')
-rw-r--r--tclconfig/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tclconfig/README.txt b/tclconfig/README.txt
new file mode 100644
index 0000000..9055a58
--- /dev/null
+++ b/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 SC_* macros.