Merge pull request #1 from junkimu/master
Fix configure failing for Tcl
This commit is contained in:
commit
b1f99074c5
|
@ -3219,7 +3219,7 @@ else
|
||||||
# results, and the version is kept in special file).
|
# results, and the version is kept in special file).
|
||||||
|
|
||||||
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
||||||
system=MP-RAS-`awk '{print $3}' /etc/.relid'`
|
system=MP-RAS-`awk '{print $3}' /etc/.relid`
|
||||||
fi
|
fi
|
||||||
if test "`uname -s`" = "AIX" ; then
|
if test "`uname -s`" = "AIX" ; then
|
||||||
system=AIX-`uname -v`.`uname -r`
|
system=AIX-`uname -v`.`uname -r`
|
||||||
|
|
Loading…
Reference in New Issue