summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:15:01 (GMT)
committerdas <das>2006-05-26 19:15:01 (GMT)
commit7fb3987935590678fd8541f4f7edd95e48d7bb7a (patch)
treebb1e9c364a41abef6fce1bf6aaebd573e47c4e76 /unix
parentacdbefcdcce1dc6f0dc9eee67581bcd55eb4b035 (diff)
downloadtk-7fb3987935590678fd8541f4f7edd95e48d7bb7a.zip
tk-7fb3987935590678fd8541f4f7edd95e48d7bb7a.tar.gz
tk-7fb3987935590678fd8541f4f7edd95e48d7bb7a.tar.bz2
autoconf-2.59
Diffstat (limited to 'unix')
-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`