[Pkg-tcltk-commits] r352 - policy/trunk
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Sun Oct 21 09:32:29 UTC 2007
Author: sgolovan-guest
Date: 2007-10-21 09:32:29 +0000 (Sun, 21 Oct 2007)
New Revision: 352
Modified:
policy/trunk/tcltk-policy.sgml
Log:
[policy]
Clarified tcl.m4.
Modified: policy/trunk/tcltk-policy.sgml
===================================================================
--- policy/trunk/tcltk-policy.sgml 2007-10-21 09:10:09 UTC (rev 351)
+++ policy/trunk/tcltk-policy.sgml 2007-10-21 09:32:29 UTC (rev 352)
@@ -278,7 +278,7 @@
the paths above consistently. See <ref id="modules_loading"> for more information
about Tcl/Tk specific ways of dealing with modules and extensions loading.
Developers must consider that these defaults impact TEA-based modules and use
- preferably system-wide <file>tcl.m4</file> instead
+ preferably system-wide <file>tcl.m4</file> (it isn't TEA-compatible though) instead
of private one (see <ref id="debian_oddities">).
</p>
</sect>
@@ -457,7 +457,7 @@
<heading>Possible issues building Tcl/Tk extensions</heading>
<p>
In order to support this policy, a number of changes have been applied in upstream
- <file>init.tcl</file>, <file>tclConfig.sh</file> and <file>tcl.m4</file> files.
+ <file>init.tcl</file>, <file>tclConfig.sh</file>, <file>tkConfig.sh</file> and <file>tcl.m4</file> files.
Extensions using TEA with local copies of <file>tcl.m4</file>,
or which use custom guesses about Tcl/Tk configuration could require explicit use of
<example>
@@ -493,7 +493,7 @@
<item>
This policy customizes <var>auto_path</var> differently with respect to
generic upstream UNIX platforms, so that you should use preferably
- system provided <file>tcl.m4</file> or <file>tclConfig.sh</file>. Occasionally
+ system provided <file>tcl.m4</file>. Occasionally
that could either require custom hacks for non TEA-based building systems, or
using <file>--with-tcl</file> or <file>--with-tk</file> argument for TEA scripts.
</item>
More information about the Pkg-tcltk-commits
mailing list