summaryrefslogtreecommitdiffstats
path: root/tclcheckdns/tclconfig/README.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 17:20:55 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 17:20:55 (GMT)
commit2d3a89b9c053af44b045b49728527684aca154a3 (patch)
treef3907a1a360f6c911d15890c8e7c6f0eb75cf93d /tclcheckdns/tclconfig/README.txt
parente3c2041f6a84879fee979591bc8a47510cf80f61 (diff)
parent78f907d61539e0f313d070ab1d3524ba6dc043ee (diff)
downloadblt-2d3a89b9c053af44b045b49728527684aca154a3.zip
blt-2d3a89b9c053af44b045b49728527684aca154a3.tar.gz
blt-2d3a89b9c053af44b045b49728527684aca154a3.tar.bz2
Merge commit '78f907d61539e0f313d070ab1d3524ba6dc043ee' as 'tclcheckdns'
Diffstat (limited to 'tclcheckdns/tclconfig/README.txt')
-rw-r--r--tclcheckdns/tclconfig/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tclcheckdns/tclconfig/README.txt b/tclcheckdns/tclconfig/README.txt
new file mode 100644
index 0000000..59b5a3e
--- /dev/null
+++ b/tclcheckdns/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.