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 | 0c287afb97d280d8fccf0fd5d78d2ae30c71b958 (patch) | |
tree | b47b0ea458da5c8deff1f62f8054200f6059052d /configure1.in | |
parent | 6ce11b6b00c86736f23b2650aa219af00160d043 (diff) | |
download | emacs-0c287afb97d280d8fccf0fd5d78d2ae30c71b958.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" |