summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:21:24 (GMT)
committerdas <das>2006-05-26 19:21:24 (GMT)
commit207fc0a7f5b8009af8d09c3d4f4783e82b91a39f (patch)
treed866eeb277e4e153271890e5725b5c72a2fab3fe
parent1e90abed948aa5981d343da315f6014d55f24cbd (diff)
downloadtk-207fc0a7f5b8009af8d09c3d4f4783e82b91a39f.zip
tk-207fc0a7f5b8009af8d09c3d4f4783e82b91a39f.tar.gz
tk-207fc0a7f5b8009af8d09c3d4f4783e82b91a39f.tar.bz2
autoconf-2.13
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 76082ad..caa872a 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1988,7 +1988,7 @@ else
# 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`