(AIX4): More robust release numbering discovery.

This commit is contained in:
Richard Kenner 1995-06-28 21:57:23 +00:00
parent 3e669c2118
commit cbd04153ad

6
config.guess vendored
View File

@ -187,10 +187,8 @@ EOF
else
IBM_ARCH=powerpc
fi
if grep bos410 /usr/include/stdio.h >/dev/null 2>&1; then
IBM_REV=4.1
elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then
IBM_REV=4.1.1
if [ -x /usr/bin/oslevel ] ; then
IBM_REV=`/usr/bin/oslevel`
else
IBM_REV=4.${UNAME_RELEASE}
fi