diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-11-20 21:52:47 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-11-20 21:52:47 +0000 |
commit | 0bee1e3edd88e2282f9aeb84cdc0cf7428512e29 (patch) | |
tree | d47c22fd54cdfe30e1db05b322a1549b89b740f5 /configure.in | |
parent | c5b608af7ed4d2f8c2b79f54fe8a8ff89a5ba0c3 (diff) | |
download | emacs-0bee1e3edd88e2282f9aeb84cdc0cf7428512e29.tar.gz |
(i586-dg-dguxR4.*): New name in case branch.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1adb6134d6b..e83dac34063 100644 --- a/configure.in +++ b/configure.in @@ -320,8 +320,9 @@ case "${canonical}" in ## DG changed naming conventions with the release of 5.4.4.10, they ## dropped the initial 5.4 but left the intervening R. Because of the ## R this shouldn't conflict with older versions of the OS (which I - ## think were named like dgux4.*). - m88k-dg-dguxR4.* | m88k-dg-dgux4* ) + ## think were named like dgux4.*). In addition, DG new AViiONs series + ## uses either Motorola M88k or Intel Pentium CPUs. + i586-dg-dguxR4.* | m88k-dg-dguxR4.* | m88k-dg-dgux4* ) machine=aviion opsys=dgux4 ;; m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) |