comparison config.guess @ 14447:8cd3d7f17232

Recognize A/UX
author Ian Lance Taylor <ian@cygnus.com>
date Wed, 31 Jan 1996 19:10:52 +0000
parents 7868bb1ee05f
children e5c95b865af5
comparison
equal deleted inserted replaced
14446:bdff3ee6ee93 14447:8cd3d7f17232
1 #! /bin/sh 1 #! /bin/sh
2 # Attempt to guess a canonical system name. 2 # Attempt to guess a canonical system name.
3 # Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3 # Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc.
4 # 4 #
5 # This file is free software; you can redistribute it and/or modify it 5 # This file is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by 6 # under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or 7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version. 8 # (at your option) any later version.
432 echo ${UNAME_MACHINE}-sni-sysv4 432 echo ${UNAME_MACHINE}-sni-sysv4
433 else 433 else
434 echo ns32k-sni-sysv 434 echo ns32k-sni-sysv
435 fi 435 fi
436 exit 0 ;; 436 exit 0 ;;
437 mc68*:A/UX:*:*)
438 echo m68k-apple-aux${UNAME_RELEASE}
439 exit 0 ;;
437 esac 440 esac
438 441
439 #echo '(No uname command or uname output not recognized.)' 1>&2 442 #echo '(No uname command or uname output not recognized.)' 1>&2
440 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 443 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
441 444