mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-06 22:40:23 +12:00
(AIX4): More robust release numbering discovery.
This commit is contained in:
parent
8631f5c229
commit
77d753693f
6
config.guess
vendored
6
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user