summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:15:01 (GMT)
committerdas <das>2006-05-26 19:15:01 (GMT)
commit50e884ca4cd2d1ad9d46720564706e89c6df6b93 (patch)
treebb1e9c364a41abef6fce1bf6aaebd573e47c4e76
parent37950831316944a79bcf8c520f75147b57350025 (diff)
downloadtk-50e884ca4cd2d1ad9d46720564706e89c6df6b93.zip
tk-50e884ca4cd2d1ad9d46720564706e89c6df6b93.tar.gz
tk-50e884ca4cd2d1ad9d46720564706e89c6df6b93.tar.bz2
autoconf-2.59
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index e8e17ed..4404685 100755
--- a/unix/configure
+++ b/unix/configure
@@ -4535,7 +4535,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`