changeset 9599:3fdda4389923

Minor update to last change.
author Richard Kenner <kenner@gnu.org>
date Tue, 18 Oct 1994 23:29:31 +0000
parents fa57d5ed7df8
children f0d3266e07d7
files config.guess
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Tue Oct 18 23:26:27 1994 +0000
+++ b/config.guess	Tue Oct 18 23:29:31 1994 +0000
@@ -158,7 +158,7 @@
 	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 ;;