diff options
author | das <das@noemail.net> | 2006-05-26 19:15:01 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-05-26 19:15:01 (GMT) |
commit | 887ad74f50f534e07e3e9bd8a7721cce9eff2c17 (patch) | |
tree | bb1e9c364a41abef6fce1bf6aaebd573e47c4e76 /unix/configure | |
parent | 9e8f53410d831bd7ff93fba6c77922485ff63e42 (diff) | |
download | tk-887ad74f50f534e07e3e9bd8a7721cce9eff2c17.zip tk-887ad74f50f534e07e3e9bd8a7721cce9eff2c17.tar.gz tk-887ad74f50f534e07e3e9bd8a7721cce9eff2c17.tar.bz2 |
autoconf-2.59
FossilOrigin-Name: 66effddc4b047f146517ec50552888cd47dc7127
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
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` |