aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Bothner1995-01-04 20:54:24 +0000
committerPer Bothner1995-01-04 20:54:24 +0000
commit494c6fbcdbc06f4cf8021cb4c0c4690e5a297140 (patch)
tree16ed73982fb4db8f942116b0014b3929bcf524f3
parent54bfe57bc069152484e940335195fb2f63940694 (diff)
downloademacs-494c6fbcdbc06f4cf8021cb4c0c4690e5a297140.tar.gz
emacs-494c6fbcdbc06f4cf8021cb4c0c4690e5a297140.zip
Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 89496c7adb0..5f9a6624635 100755
--- a/config.guess
+++ b/config.guess
@@ -278,7 +278,7 @@ EOF
278 hp3[0-9][05]:NetBSD:*:*) 278 hp3[0-9][05]:NetBSD:*:*)
279 echo m68k-hp-netbsd${UNAME_RELEASE} 279 echo m68k-hp-netbsd${UNAME_RELEASE}
280 exit 0 ;; 280 exit 0 ;;
281 i[34]86:BSD/386:*:*) 281 i[34]86:BSD/386:*:* | *:BSD/OS:*:*)
282 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 282 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
283 exit 0 ;; 283 exit 0 ;;
284 *:FreeBSD:*:*) 284 *:FreeBSD:*:*)