summaryrefslogtreecommitdiffstats
path: root/tclxml/tclconfig/README.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 16:53:36 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-03 16:53:36 (GMT)
commitcae9c9d5c6df43e89088871f3e9591e4f6e6be22 (patch)
tree4f8d447781c23f3cd48ec0ba0efdbbdbbcaa7bdf /tclxml/tclconfig/README.txt
parent2fdbadf22c26555d560602932f3063cb5e1d034a (diff)
downloadblt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.zip
blt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.tar.gz
blt-cae9c9d5c6df43e89088871f3e9591e4f6e6be22.tar.bz2
update TEA 3.13
Diffstat (limited to 'tclxml/tclconfig/README.txt')
-rw-r--r--tclxml/tclconfig/README.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/tclxml/tclconfig/README.txt b/tclxml/tclconfig/README.txt
deleted file mode 100644
index 59b5a3e..0000000
--- a/tclxml/tclconfig/README.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-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.