Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Pending |
| 2 | |
| 3 | Index: unix/tcl.m4 |
| 4 | =================================================================== |
| 5 | --- tcl8.4.11/unix.orig/tcl.m4 |
| 6 | +++ tcl8.4.11/unix/tcl.m4 |
| 7 | @@ -845,7 +845,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ |
| 8 | # results, and the version is kept in special file). |
| 9 | |
| 10 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
| 11 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` |
| 12 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` |
| 13 | fi |
| 14 | if test "`uname -s`" = "AIX" ; then |
| 15 | system=AIX-`uname -v`.`uname -r` |
| 16 | @@ -2250,7 +2250,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [ |
| 17 | # results, and the version is kept in special file). |
| 18 | |
| 19 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
| 20 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` |
| 21 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` |
| 22 | fi |
| 23 | if test "`uname -s`" = "AIX" ; then |
| 24 | system=AIX-`uname -v`.`uname -r` |
| 25 | Index: unix/configure |
| 26 | =================================================================== |
| 27 | --- tcl8.4.11/unix.orig/configure |
| 28 | +++ tcl8.4.11/unix/configure |
| 29 | @@ -2130,7 +2130,7 @@ echo "configure:2121: checking system ve |
| 30 | # results, and the version is kept in special file). |
| 31 | |
| 32 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
| 33 | - system=MP-RAS-`awk '{print }' /etc/.relid'` |
| 34 | + system=MP-RAS-`awk '{print }' /etc/.relid` |
| 35 | fi |
| 36 | if test "`uname -s`" = "AIX" ; then |
| 37 | system=AIX-`uname -v`.`uname -r` |
| 38 | @@ -7608,7 +7608,7 @@ echo "configure:7600: checking FIONBIO v |
| 39 | # results, and the version is kept in special file). |
| 40 | |
| 41 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
| 42 | - system=MP-RAS-`awk '{print }' /etc/.relid'` |
| 43 | + system=MP-RAS-`awk '{print }' /etc/.relid` |
| 44 | fi |
| 45 | if test "`uname -s`" = "AIX" ; then |
| 46 | system=AIX-`uname -v`.`uname -r` |