head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.12.07.22.09.35;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.30.05.19.51;	author ade;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add a hunk to appease the new sh's pickiness about correctness of
unreachable code.
@
text
@--- configure	2005-01-15 11:17:17.000000000 -0800
+++ configure	2007-09-22 18:17:38.000000000 -0700
@@@@ -1713,3 +1713,3 @@@@
 	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
@@@@ -6368,4 +6368,4 @@@@
   else
-  if test -f /usr/include/tcl${TCL_VERSION}/tk.h ; then
-    TK_INCLUDE=-I/usr/include/tcl${TCL_VERSION}
+  if test -f ${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION}/tk.h ; then
+    TK_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION}
   fi	
@@@@ -6375,4 +6375,4 @@@@
   else
-  if test -f /usr/include/tcl${TCL_VERSION}/tcl.h ; then
-    TCL_INCLUDE=-I/usr/include/tcl${TCL_VERSION}
+  if test -f ${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION}/tcl.h ; then
+    TCL_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION}
   fi
@


1.1
log
@Add new files that got accidently missed during autoconf update patch.

PR:		116639
@
text
@d1 1
a1 1
--- configure.orig	2005-01-15 11:17:17.000000000 -0800
d3 5
@

