aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-25 15:20:51 +0000
committerDave Love2000-08-25 15:20:51 +0000
commitf8340326f3f2db7be102044e9b5e52011458cb45 (patch)
tree6f46b37c926d7076294693779d68a96913b6b6ac
parentdc1e502dd93d84ad1046b72eb7a4a62cb1679bc7 (diff)
downloademacs-f8340326f3f2db7be102044e9b5e52011458cb45.tar.gz
emacs-f8340326f3f2db7be102044e9b5e52011458cb45.zip
<osf>: Use NON_GNU_CPP='cpp' always.
-rw-r--r--configure.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index f5a425c886a..210caf797b8 100644
--- a/configure.in
+++ b/configure.in
@@ -259,11 +259,13 @@ case "${canonical}" in
259 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 259 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
260 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 260 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
261 case "${canonical}" in 261 case "${canonical}" in
262 # This is necessary on 5.0 to avoid mangling src/Makefile. 262 # This is necessary on 5.0 to avoid mangling src/Makefile due to
263 # Separated out in case it causes problems on earlier versions. 263 # non-traditional preprocessing with the current compiler defaults.
264 alpha*-dec-osf[5-9]*) 264 # OSF 4 can also have that compiler version, and there seems always
265 opsys=osf5-0 265 # to have been a usable /usr/bin/cpp.
266 NON_GNU_CPP='cpp' ;; 266 NON_GNU_CPP='cpp'
267 alpha*-dec-osf[4-9]*)
268 opsys=osf5-0 ;;
267 esac 269 esac
268 ;; 270 ;;
269 271