Tcl Source Code

Artifact [f9330ad5ad]
Login

Artifact f9330ad5ad41673dd0c637f7ec0363c6b4f0b82d:

Attachment "tcl8.4.13-patch" to ticket [1494160fff] added by breitenlohner 2006-05-24 17:03:01.
	autoconf syntax bug (missing m4 quoting)

diff -ur tcl8.4.13.orig/unix/tcl.m4 tcl8.4.13/unix/tcl.m4
--- tcl8.4.13.orig/unix/tcl.m4	2006-04-19 14:26:15.000000000 +0200
+++ tcl8.4.13/unix/tcl.m4	2006-04-19 14:26:15.000000000 +0200
@@ -890,7 +890,7 @@
 		# results, and the version is kept in special file).
 
 		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
+		    tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid`
 		fi
 		if test "`uname -s`" = "AIX" ; then
 		    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`


	manpage typo

diff -ur tcl8.4.13.orig/doc/filename.n tcl8.4.13/doc/filename.n
--- tcl8.4.13.orig/doc/filename.n	2004-10-27 15:25:21.000000000 +0200
+++ tcl8.4.13/doc/filename.n	2006-05-11 00:38:00.000000000 +0200
@@ -148,7 +148,7 @@
 Absolute UNC path to a file called \fBfile\fR in the root directory of
 the export point \fBshare\fR on the host \fBHost\fR.  Note that
 repeated use of \fBfile dirname\fR on this path will give
-\fB//Host/share\fR, and will never give just /fB//Host/fR.
+\fB//Host/share\fR, and will never give just \fB//Host\fR.
 .TP 15
 \fBc:foo\fR
 Volume-relative path to a file \fBfoo\fR in the current directory on drive