diff options
author | Per Bothner <bothner@cygnus.com> | 1995-01-04 20:54:24 +0000 |
---|---|---|
committer | Per Bothner <bothner@cygnus.com> | 1995-01-04 20:54:24 +0000 |
commit | 4290dd74a6ecbd048f8a4888e972ae3e2c5f713d (patch) | |
tree | 73ef3c42e982bc98bb5347383e5f772b6f94fd6b /config.guess | |
parent | 58a76a79ce3d3d1c3ad97b92488a8e45d551b064 (diff) | |
download | emacs-4290dd74a6ecbd048f8a4888e972ae3e2c5f713d.tar.gz |
Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
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 hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; - i[34]86:BSD/386:*:*) + i[34]86:BSD/386:*:* | *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) |