comparison config.guess @ 8607:01bbfe117001

*** empty log message ***
author Charles Hannum <mycroft@gnu.org>
date Wed, 24 Aug 1994 04:23:07 +0000
parents e8b82da14fd7
children f550802447b3
comparison
equal deleted inserted replaced
8606:af3499550e5a 8607:01bbfe117001
37 37
38 # Note: order is significant - the case branches are not exclusive. 38 # Note: order is significant - the case branches are not exclusive.
39 39
40 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in 40 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
41 *:NetBSD:*:*) 41 *:NetBSD:*:*)
42 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/-.*//'` 42 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
43 exit 0 ;; 43 exit 0 ;;
44 alpha:OSF1:1.*:*) 44 alpha:OSF1:1.*:*)
45 # 1.2 uses "1.2" for uname -r. 45 # 1.2 uses "1.2" for uname -r.
46 echo alpha-dec-osf${UNAME_RELEASE} 46 echo alpha-dec-osf${UNAME_RELEASE}
47 exit 0 ;; 47 exit 0 ;;