diff options
author | das <das> | 2006-05-26 19:20:07 (GMT) |
---|---|---|
committer | das <das> | 2006-05-26 19:20:07 (GMT) |
commit | f95f9d46f4c8c2317e762fb2c94e291759e5c97c (patch) | |
tree | f80b520748082c435e68df925788ccdaa4cba568 /unix | |
parent | 43ee47f441d6588eb4c23e78295a9a52d91d8f4c (diff) | |
download | tcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.zip tcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.tar.gz tcl-f95f9d46f4c8c2317e762fb2c94e291759e5c97c.tar.bz2 |
autoconf-2.13
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 4 |
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` |