summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2006-05-26 19:20:07 (GMT)
committerdas <das>2006-05-26 19:20:07 (GMT)
commitf95f9d46f4c8c2317e762fb2c94e291759e5c97c (patch)
treef80b520748082c435e68df925788ccdaa4cba568 /unix
parent43ee47f441d6588eb4c23e78295a9a52d91d8f4c (diff)
downloadtcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.zip
tcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.tar.gz
tcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.tar.bz2
autoconf-2.13
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 24f4c0e..5186d6c 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2491,7 +2491,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`
@@ -7730,7 +7730,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`