From: Richard Kenner Date: Tue, 18 Oct 1994 23:29:31 +0000 (+0000) Subject: Minor update to last change. X-Git-Tag: emacs-19.34~6255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51eebc4f4c3d2d98495396c2bd73de3fe61b4f80;p=emacs.git Minor update to last change. --- diff --git a/config.guess b/config.guess index d3fb06986a5..aa117382024 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 ;;