Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -27,11 +27,11 @@ DOCS="README.txt ChangeLog" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. -UPDATE_VARS="configure.ac" +UPDATE_VARS="tls.htm" # This script is executed immediately after copying the files # to a temp directory to attempt to compile BEFORE="build/pre.sh" Index: tls.htm ================================================================== --- tls.htm +++ tls.htm @@ -18,11 +18,11 @@
SYNOPSIS
package require Tcl ?8.4?
-
package require tls ?1.6?
+
package require tls ?@@VERS@@?
 
tls::init ?options?
tls::socket ?options? host port
tls::socket ?-server command? ?options? port
@@ -49,11 +49,11 @@ toolkit.

SYNOPSIS

package require Tcl 8.4
-package require tls 1.6
+package require tls @@VERS@@

tls::init ?options?
tls::socket ?options? host port
tls::socket ?-server command? ?options? port