diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-23 19:22:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-23 19:22:09 +0000 |
commit | 2c205270102471641cfc9d34357b7e71776b8700 (patch) | |
tree | a403a8d7cfe723af190638527fdb8cb1a2386e7d /configure1.in | |
parent | 1bc2809981a4b15e4ef9a61e11bab740e07b0d92 (diff) | |
download | emacs-2c205270102471641cfc9d34357b7e71776b8700.tar.gz |
Set NON_GNU_CPP.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 09793aea061..7055d472b76 100755 --- a/configure1.in +++ b/configure1.in @@ -555,6 +555,8 @@ case "${canonical}" in ## Convex *-convex-bsd* ) machine=convex opsys=bsd4-3 + ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov + NON_GNU_CPP="cc -E -P" ;; ## Cubix QBx/386 |