Mercurial > emacs
changeset 3382:6c8018422fb3
Handle 386bsd.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 04:12:00 +0000 |
parents | de9c7511a85c |
children | 2b0cf11652b9 |
files | config.sub configure1.in |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.sub Tue Jun 01 04:07:25 1993 +0000 +++ b/config.sub Tue Jun 01 04:12:00 1993 +0000 @@ -498,7 +498,8 @@ | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ - | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) + | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -386bsd*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'`
--- a/configure1.in Tue Jun 01 04:07:25 1993 +0000 +++ b/configure1.in Tue Jun 01 04:12:00 1993 +0000 @@ -641,6 +641,7 @@ *-linux* ) opsys=linux ;; *-sco3.2v4* ) opsys=sco4 ;; *-bsd386* ) opsys=bsd386 ;; + *-386bsd ) opsys=386bsd ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;;