pass HOST_ variables, not BUILD_
[buildroot.git] / package / tcl / tcl-configure-syntax-error.patch
blobb22e9744938832bb46f51820c41c4dc1305cb165
1 diff -ur tcl8.4.9/unix/configure tcl8.4.9-patched/unix/configure
2 --- tcl8.4.9/unix/configure 2004-12-06 18:23:45.000000000 -0600
3 +++ tcl8.4.9-patched/unix/configure 2006-07-06 21:02:18.884355250 -0500
4 @@ -2131,7 +2131,7 @@
5 # results, and the version is kept in special file).
7 if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
8 - system=MP-RAS-`awk '{print }' /etc/.relid'`
9 + system=MP-RAS-`awk '{print }' /etc/.relid`
11 if test "`uname -s`" = "AIX" ; then
12 system=AIX-`uname -v`.`uname -r`
13 @@ -7322,7 +7322,7 @@
14 # results, and the version is kept in special file).
16 if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
17 - system=MP-RAS-`awk '{print }' /etc/.relid'`
18 + system=MP-RAS-`awk '{print }' /etc/.relid`
20 if test "`uname -s`" = "AIX" ; then
21 system=AIX-`uname -v`.`uname -r`
22 diff -ur tcl8.4.9/unix/tcl.m4 tcl8.4.9-patched/unix/tcl.m4
23 --- tcl8.4.9/unix/tcl.m4 2004-12-06 18:23:45.000000000 -0600
24 +++ tcl8.4.9-patched/unix/tcl.m4 2006-07-06 21:02:35.653403250 -0500
25 @@ -844,7 +844,7 @@
26 # results, and the version is kept in special file).
28 if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
29 - system=MP-RAS-`awk '{print $3}' /etc/.relid'`
30 + system=MP-RAS-`awk '{print $3}' /etc/.relid`
32 if test "`uname -s`" = "AIX" ; then
33 system=AIX-`uname -v`.`uname -r`
34 @@ -2190,7 +2190,7 @@
35 # results, and the version is kept in special file).
37 if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
38 - system=MP-RAS-`awk '{print $3}' /etc/.relid'`
39 + system=MP-RAS-`awk '{print $3}' /etc/.relid`
41 if test "`uname -s`" = "AIX" ; then
42 system=AIX-`uname -v`.`uname -r`