diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-17 15:16:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-17 15:16:50 +0000 |
commit | a45574c05a6afa0fc8765d1705884959b1f11c7e (patch) | |
tree | c485a8e8725e09b898fd54e3517c2d0a97d963b0 /config.sub | |
parent | e513ea4bc51ea7aff152ba44e3c6873e0554eb0e (diff) | |
download | emacs-a45574c05a6afa0fc8765d1705884959b1f11c7e.tar.gz |
Accept -domain as OS, and make it default for Apollo.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.sub b/config.sub index bf932cb9dd7..5259113ca90 100755 --- a/config.sub +++ b/config.sub @@ -587,7 +587,7 @@ case $os in | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ - | -ptx* | -coff* | -winnt*) + | -ptx* | -coff* | -winnt* | -domain* ) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` @@ -665,6 +665,9 @@ case $basic_machine in *-dec | vax-*) os=-ultrix4.2 ;; + m68*-apollo) + os=-domain + ;; i386-sun) os=-sunos4.0.2 ;; |