summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:21:24 (GMT)
committerdas <das>2006-05-26 19:21:24 (GMT)
commitf8e68aa986b2bdf31e31da488c707ae4a6a4b58b (patch)
treed866eeb277e4e153271890e5725b5c72a2fab3fe /unix
parent2673b25c11e9aedc15609d8ccfb288abea2015d9 (diff)
downloadtk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.zip
tk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.tar.gz
tk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.tar.bz2
autoconf-2.13
Diffstat (limited to 'unix')
-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`