comparison configure.in @ 34445:7a051719febe

Use full path for NON_GNU_CPP.
author Dave Love <fx@gnu.org>
date Mon, 11 Dec 2000 17:17:02 +0000
parents 70795abe8c40
children 8fc91b527eee
comparison
equal deleted inserted replaced
34444:ffd94915c70a 34445:7a051719febe
256 alpha*-dec-osf* ) 256 alpha*-dec-osf* )
257 machine=alpha opsys=osf1 257 machine=alpha opsys=osf1
258 # This is needed to find X11R6.1 libraries for certain tests. 258 # This is needed to find X11R6.1 libraries for certain tests.
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 # This is necessary on 5.0 to avoid mangling src/Makefile due to 261 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
262 # non-traditional preprocessing with the current compiler defaults. 262 # due to non-traditional preprocessing with the current compiler
263 # OSF 4 can also have that compiler version, and there seems always 263 # defaults. OSF 4 can also have that compiler version, and there
264 # to have been a usable /usr/bin/cpp. 264 # seems always to have been a usable /usr/bin/cpp.
265 NON_GNU_CPP='cpp' 265 NON_GNU_CPP=/usr/bin/cpp
266 case "${canonical}" in 266 case "${canonical}" in
267 alpha*-dec-osf[5-9]*) 267 alpha*-dec-osf[5-9]*)
268 opsys=osf5-0 ;; 268 opsys=osf5-0 ;;
269 esac 269 esac
270 ;; 270 ;;