diff -urN tcl8.4-8.4.11.old/unix/configure tcl8.4-8.4.11/unix/configure
--- tcl8.4-8.4.11.old/unix/configure	2006-01-08 11:48:25.000000000 +0100
+++ tcl8.4-8.4.11/unix/configure	2006-01-08 11:49:18.000000000 +0100
@@ -2130,7 +2130,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print }' /etc/.relid'`
+		system=MP-RAS-`awk '{print }' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -7630,7 +7630,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print }' /etc/.relid'`
+		system=MP-RAS-`awk '{print }' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
diff -urN tcl8.4-8.4.11.old/unix/tcl.m4 tcl8.4-8.4.11/unix/tcl.m4
--- tcl8.4-8.4.11.old/unix/tcl.m4	2006-01-08 11:48:25.000000000 +0100
+++ tcl8.4-8.4.11/unix/tcl.m4	2006-01-08 11:49:09.000000000 +0100
@@ -848,7 +848,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -2275,7 +2275,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
