diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-05 18:00:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-05 18:00:08 +0000 |
commit | c491682e091f70701ff41a0f86bef9950643dc21 (patch) | |
tree | 9c301494b36f6a40b2e34c0aa229d768c3bcc317 /configure1.in | |
parent | 0f4da4324cf4135d0252c3bc0bfe347e699baa73 (diff) | |
download | emacs-c491682e091f70701ff41a0f86bef9950643dc21.tar.gz |
Accept bsdi as opsys, like bsd386.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure1.in b/configure1.in index 219286888c7..4ce7512e6d4 100755 --- a/configure1.in +++ b/configure1.in @@ -1006,7 +1006,7 @@ case "${canonical}" in *-bsd4.1* ) opsys=bsd4-1 ;; *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; - *-bsd386* ) opsys=bsd386 ;; + *-bsd386* | *-bsdi* ) opsys=bsd386 ;; *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; *-vms* ) opsys=vms ;; @@ -1039,7 +1039,7 @@ case "${canonical}" in *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;; *-sco3.2v4* ) opsys=sco4 ;; - *-bsd386* ) opsys=bsd386 ;; + *-bsd386* | *-bsdi* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; *-netbsd* ) opsys=netbsd ;; |