head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.11.04.17.03.34;	author amdmi3;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix build on 9.0
- Mark MAKE_JOBS_UNSAFE
@
text
@--- Tcl/configure.orig	1998-01-03 15:46:25.000000000 +0300
+++ Tcl/configure	2009-11-04 05:58:13.000000000 +0300
@@@@ -3219,7 +3219,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`
@
