comparison mupdf-source/thirdparty/zint/backend_tcl/tclconfig/README.txt @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
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.