diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-23 07:08:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-23 07:08:20 +0000 |
commit | d3da379e6cddea11d1decc52fb3d382bdb17ab91 (patch) | |
tree | dd521157014aa28fa923f613bf078e19a82cc340 /configure1.in | |
parent | 4d73d0388d03c94cca6335d0a352514756c6a8dc (diff) | |
download | emacs-d3da379e6cddea11d1decc52fb3d382bdb17ab91.tar.gz |
New config hppa*-hp-hpux9shr*.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index a9744e57113..0620b1fab5b 100755 --- a/configure1.in +++ b/configure1.in @@ -690,6 +690,9 @@ case "${canonical}" in hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; + hppa*-hp-hpux9shr* ) + machine=hp800 opsys=hpux9shr + ;; ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux* ) |