summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:13:54 (GMT)
committerdas <das>2006-05-26 19:13:54 (GMT)
commit3596b0e33f208511096398034c60263f6bce862a (patch)
tree99491ca0efb879c2b7f25a38a68517a38c482927 /unix/configure
parentbb7141346dfa2aa9754a487b327ebef5c020149a (diff)
downloadtcl-3596b0e33f208511096398034c60263f6bce862a.zip
tcl-3596b0e33f208511096398034c60263f6bce862a.tar.gz
tcl-3596b0e33f208511096398034c60263f6bce862a.tar.bz2
autoconf-2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 395ee08..4b8a6ea 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6257,7 +6257,7 @@ echo "$as_me: WARNING: can't find uname command" >&2;}
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
- tcl_cv_sys_version=MP-RAS-`awk '{print }' /etc/.relid`
+ tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -14851,7 +14851,7 @@ echo "$as_me: WARNING: can't find uname command" >&2;}
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
- tcl_cv_sys_version=MP-RAS-`awk '{print }' /etc/.relid`
+ tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`