comparison configure.in @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children 1a767b41a199
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
2177 i[3-9]86-*-sunos4 ) opsys=sunos4-0 ;; 2177 i[3-9]86-*-sunos4 ) opsys=sunos4-0 ;;
2178 *-sunos4*shr* ) opsys=sunos4-0-shr ;; 2178 *-sunos4*shr* ) opsys=sunos4-0-shr ;;
2179 *-sunos4-0*shr* ) opsys=sunos4-0-shr ;; 2179 *-sunos4-0*shr* ) opsys=sunos4-0-shr ;;
2180 *-sunos4-1*shr* ) opsys=sunos4-1-shr ;; 2180 *-sunos4-1*shr* ) opsys=sunos4-1-shr ;;
2181 *-sunos4-1-2*shr* ) opsys=sunos4-1-2-shr ;; 2181 *-sunos4-1-2*shr* ) opsys=sunos4-1-2-shr ;;
2182 *-sunos4-1-[3-9]*shr* ) opsys=sunos4-1-3-shr ;; 2182 *-sunos4-1-3*shr* ) opsys=sunos4-1-3-shr ;;
2183 *-sunos4-1-[4-9]*shr* ) opsys=sunos4-1-4-shr ;;
2183 *-sunos4.0* ) opsys=sunos4-0 ;; 2184 *-sunos4.0* ) opsys=sunos4-0 ;;
2184 *-sunos4.1.2* ) opsys=sunos4-1-2 ;; 2185 *-sunos4.1.2* ) opsys=sunos4-1-2 ;;
2185 *-sunos4.1.[3-9]* ) opsys=sunos4-1-3 ;; 2186 *-sunos4.1.3* ) opsys=sunos4-1-3 ;;
2187 *-sunos4.1.[4-9]* ) opsys=sunos4-1-4 ;;
2186 *-sunos4* | *-sunos ) opsys=sunos4-1 ;; 2188 *-sunos4* | *-sunos ) opsys=sunos4-1 ;;
2187 2189
2188 *-solaris2.3* ) opsys=sol2-3 ;; 2190 *-solaris2.3* ) opsys=sol2-3 ;;
2189 *-solaris2.4* ) opsys=sol2-4 ;; 2191 *-solaris2.4* ) opsys=sol2-4 ;;
2190 *-solaris2.5* ) opsys=sol2-5 ;; 2192 *-solaris2.5* ) opsys=sol2-5 ;;
2298 *-mach* ) opsys=mach-bsd4-3 ;; 2300 *-mach* ) opsys=mach-bsd4-3 ;;
2299 *-xenix* ) opsys=xenix ;; 2301 *-xenix* ) opsys=xenix ;;
2300 *-linux* ) opsys=linux ;; 2302 *-linux* ) opsys=linux ;;
2301 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; 2303 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
2302 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; 2304 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
2303 *-bsdi3* ) opsys=bsdos2-1 ;; 2305 *-bsdi3* ) opsys=bsdos3 ;;
2304 *-bsdi2.1* ) opsys=bsdos2-1 ;; 2306 *-bsdi2.1* ) opsys=bsdos2-1 ;;
2305 *-bsdi2* ) opsys=bsdos2 ;; 2307 *-bsdi2* ) opsys=bsdos2 ;;
2306 *-sco3.2v5* ) opsys=sco5 ; 2308 *-sco3.2v5* ) opsys=sco5 ;
2307 ## This is a pain. Like the current USL cc, SCO's cc -E 2309 ## This is a pain. Like the current USL cc, SCO's cc -E
2308 ## tokenizes as it preprocesses, making configure very 2310 ## tokenizes as it preprocesses, making configure very
2385 hpux10 ) opsys=hpux10-shr ;; 2387 hpux10 ) opsys=hpux10-shr ;;
2386 sunos4-0 ) opsys=sunos4-0-shr ;; 2388 sunos4-0 ) opsys=sunos4-0-shr ;;
2387 sunos4-1 ) opsys=sunos4-1-shr ;; 2389 sunos4-1 ) opsys=sunos4-1-shr ;;
2388 sunos4-1-2 ) opsys=sunos4-1-2-shr ;; 2390 sunos4-1-2 ) opsys=sunos4-1-2-shr ;;
2389 sunos4-1-3 ) opsys=sunos4-1-3-shr ;; 2391 sunos4-1-3 ) opsys=sunos4-1-3-shr ;;
2392 sunos4-1-4 ) opsys=sunos4-1-4-shr ;;
2390 sco5 ) opsys=sco5-shr ;; 2393 sco5 ) opsys=sco5-shr ;;
2391 esac 2394 esac
2392 elif [ "${dynamic}" = "no" ]; then 2395 elif [ "${dynamic}" = "no" ]; then
2393 case "${opsys}" in 2396 case "${opsys}" in
2394 sol2 ) opsys=sol2-static ;; 2397 sol2 ) opsys=sol2-static ;;