aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-01 04:12:00 +0000
committerRichard M. Stallman1993-06-01 04:12:00 +0000
commit49ee70e2655d7a25d4ab515be5a246880d4e08c6 (patch)
tree82994e57704e2ae62dfe0a1722e00e6f03e0baa6
parent3467d826e29d7183c54c59ca8cb8415b1de8d3d1 (diff)
downloademacs-49ee70e2655d7a25d4ab515be5a246880d4e08c6.tar.gz
emacs-49ee70e2655d7a25d4ab515be5a246880d4e08c6.zip
Handle 386bsd.
-rwxr-xr-xconfig.sub3
-rwxr-xr-xconfigure1.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 58e76bc1e42..294a23eb69f 100755
--- a/config.sub
+++ b/config.sub
@@ -498,7 +498,8 @@ case $os in
498 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 498 | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
499 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ 499 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
500 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ 500 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
501 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) 501 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
502 | -386bsd*)
502 ;; 503 ;;
503 -sunos5*) 504 -sunos5*)
504 os=`echo $os | sed -e 's|sunos5|solaris2|'` 505 os=`echo $os | sed -e 's|sunos5|solaris2|'`
diff --git a/configure1.in b/configure1.in
index 48f908bc43f..f394c9f45ee 100755
--- a/configure1.in
+++ b/configure1.in
@@ -641,6 +641,7 @@ case "${configuration}" in
641 *-linux* ) opsys=linux ;; 641 *-linux* ) opsys=linux ;;
642 *-sco3.2v4* ) opsys=sco4 ;; 642 *-sco3.2v4* ) opsys=sco4 ;;
643 *-bsd386* ) opsys=bsd386 ;; 643 *-bsd386* ) opsys=bsd386 ;;
644 *-386bsd ) opsys=386bsd ;;
644 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 645 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
645 esac 646 esac
646 ;; 647 ;;