diff -udbBPr --exclude='*~' -ur tclx8.4/configure tclx8.4-fix-configure/configure --- tclx8.4/configure 2005-10-08 01:17:50.000000000 +0200 +++ tclx8.4-fix-configure/configure 2008-01-20 11:18:58.000000000 +0100 @@ -6999,7 +6999,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 -udbBPr --exclude='*~' -ur tclx8.4/tclconfig/tcl.m4 tclx8.4-fix-configure/tclconfig/tcl.m4 --- tclx8.4/tclconfig/tcl.m4 2008-01-20 11:04:16.000000000 +0100 +++ tclx8.4-fix-configure/tclconfig/tcl.m4 2008-01-20 11:16:15.000000000 +0100 @@ -859,7 +859,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` @@ -2302,7 +2302,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`