Mercurial > emacs
changeset 31174:109bb1f91963
<alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
"case "${canonical}" in".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 26 Aug 2000 00:36:57 +0000 |
parents | 9afdf5b51742 |
children | 738330ba020f |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Aug 25 15:20:51 2000 +0000 +++ b/configure.in Sat Aug 26 00:36:57 2000 +0000 @@ -258,12 +258,12 @@ # This is needed to find X11R6.1 libraries for certain tests. NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib - case "${canonical}" in # This is necessary on 5.0 to avoid mangling src/Makefile due to # non-traditional preprocessing with the current compiler defaults. # OSF 4 can also have that compiler version, and there seems always # to have been a usable /usr/bin/cpp. NON_GNU_CPP='cpp' + case "${canonical}" in alpha*-dec-osf[4-9]*) opsys=osf5-0 ;; esac