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 | 48c4cf71ae7e4fb9c1903b941b67e807e741b942 (patch) | |
tree | 2bc93e5849e7367413f30ed76664ef091859f295 /configure1.in | |
parent | 6df3f3b49280f0cba7d31260e091d50445ddad9f (diff) | |
download | emacs-48c4cf71ae7e4fb9c1903b941b67e807e741b942.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* ) |