tcl-configure-syntax-error.patch 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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).
  6. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  7. - system=MP-RAS-`awk '{print }' /etc/.relid'`
  8. + system=MP-RAS-`awk '{print }' /etc/.relid`
  9. fi
  10. if test "`uname -s`" = "AIX" ; then
  11. system=AIX-`uname -v`.`uname -r`
  12. @@ -7322,7 +7322,7 @@
  13. # results, and the version is kept in special file).
  14. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  15. - system=MP-RAS-`awk '{print }' /etc/.relid'`
  16. + system=MP-RAS-`awk '{print }' /etc/.relid`
  17. fi
  18. if test "`uname -s`" = "AIX" ; then
  19. system=AIX-`uname -v`.`uname -r`
  20. diff -ur tcl8.4.9/unix/tcl.m4 tcl8.4.9-patched/unix/tcl.m4
  21. --- tcl8.4.9/unix/tcl.m4 2004-12-06 18:23:45.000000000 -0600
  22. +++ tcl8.4.9-patched/unix/tcl.m4 2006-07-06 21:02:35.653403250 -0500
  23. @@ -844,7 +844,7 @@
  24. # results, and the version is kept in special file).
  25. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  26. - system=MP-RAS-`awk '{print $3}' /etc/.relid'`
  27. + system=MP-RAS-`awk '{print $3}' /etc/.relid`
  28. fi
  29. if test "`uname -s`" = "AIX" ; then
  30. system=AIX-`uname -v`.`uname -r`
  31. @@ -2190,7 +2190,7 @@
  32. # results, and the version is kept in special file).
  33. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  34. - system=MP-RAS-`awk '{print $3}' /etc/.relid'`
  35. + system=MP-RAS-`awk '{print $3}' /etc/.relid`
  36. fi
  37. if test "`uname -s`" = "AIX" ; then
  38. system=AIX-`uname -v`.`uname -r`