diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-23 21:35:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-23 21:35:48 +0000 |
commit | 75f5ca9a13e275341e2b26d3ae92b996157c87a3 (patch) | |
tree | 9ff50b6ded9e6cedf31626e921e60d350075d8f6 /configure1.in | |
parent | 53c50851b24ed017ac6d065fb168180bd8c399b7 (diff) | |
download | emacs-75f5ca9a13e275341e2b26d3ae92b996157c87a3.tar.gz |
(*-convex-convexos*): Accept this as alias.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 7055d472b76..fcce8fb02d7 100755 --- a/configure1.in +++ b/configure1.in @@ -553,7 +553,7 @@ case "${canonical}" in ;; ## Convex - *-convex-bsd* ) + *-convex-bsd* | *-convex-convexos* ) machine=convex opsys=bsd4-3 ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov NON_GNU_CPP="cc -E -P" |