comparison configure.in @ 31993:46576e0d9de9

Fix alpha*-dec-osf4 using the osf5 config.
author Dave Love <fx@gnu.org>
date Fri, 29 Sep 2000 09:32:16 +0000
parents eb59d12540a8
children 2f02ea6f7303
comparison
equal deleted inserted replaced
31992:b0011431e6fa 31993:46576e0d9de9
262 # non-traditional preprocessing with the current compiler defaults. 262 # non-traditional preprocessing with the current compiler defaults.
263 # OSF 4 can also have that compiler version, and there seems always 263 # OSF 4 can also have that compiler version, and there seems always
264 # to have been a usable /usr/bin/cpp. 264 # to have been a usable /usr/bin/cpp.
265 NON_GNU_CPP='cpp' 265 NON_GNU_CPP='cpp'
266 case "${canonical}" in 266 case "${canonical}" in
267 alpha*-dec-osf[4-9]*) 267 alpha*-dec-osf[5-9]*)
268 opsys=osf5-0 ;; 268 opsys=osf5-0 ;;
269 esac 269 esac
270 ;; 270 ;;
271 271
272 alpha*-*-linux-gnu* ) 272 alpha*-*-linux-gnu* )