From: Richard Kenner Date: Tue, 18 Oct 1994 23:29:31 +0000 (+0000) Subject: Minor update to last change. X-Git-Tag: fsf-origin~394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15fa02b774c3b7596e64c2854d5bc151884b6d19;p=thirdparty%2Fautoconf.git Minor update to last change. --- diff --git a/config.guess b/config.guess index d3fb06986..aa1173820 100755 --- a/config.guess +++ b/config.guess @@ -158,7 +158,7 @@ EOF elif grep bos411 /usr/include/stdio.h >/dev/null 2>&1; then IBM_REV=4.1.1 else - IBM_REV=4 + IBM_REV=4.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit 0 ;;