diff options
author | das <das> | 2006-05-26 19:21:24 (GMT) |
---|---|---|
committer | das <das> | 2006-05-26 19:21:24 (GMT) |
commit | f8e68aa986b2bdf31e31da488c707ae4a6a4b58b (patch) | |
tree | d866eeb277e4e153271890e5725b5c72a2fab3fe /unix | |
parent | 2673b25c11e9aedc15609d8ccfb288abea2015d9 (diff) | |
download | tk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.zip tk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.tar.gz tk-f8e68aa986b2bdf31e31da488c707ae4a6a4b58b.tar.bz2 |
autoconf-2.13
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
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` |