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