comparison configure @ 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
2171 i[3-9]86-*-sunos4 ) opsys=sunos4-0 ;; 2171 i[3-9]86-*-sunos4 ) opsys=sunos4-0 ;;
2172 *-sunos4*shr* ) opsys=sunos4-0-shr ;; 2172 *-sunos4*shr* ) opsys=sunos4-0-shr ;;
2173 *-sunos4-0*shr* ) opsys=sunos4-0-shr ;; 2173 *-sunos4-0*shr* ) opsys=sunos4-0-shr ;;
2174 *-sunos4-1*shr* ) opsys=sunos4-1-shr ;; 2174 *-sunos4-1*shr* ) opsys=sunos4-1-shr ;;
2175 *-sunos4-1-2*shr* ) opsys=sunos4-1-2-shr ;; 2175 *-sunos4-1-2*shr* ) opsys=sunos4-1-2-shr ;;
2176 *-sunos4-1-[3-9]*shr* ) opsys=sunos4-1-3-shr ;; 2176 *-sunos4-1-3*shr* ) opsys=sunos4-1-3-shr ;;
2177 *-sunos4-1-[4-9]*shr* ) opsys=sunos4-1-4-shr ;;
2177 *-sunos4.0* ) opsys=sunos4-0 ;; 2178 *-sunos4.0* ) opsys=sunos4-0 ;;
2178 *-sunos4.1.2* ) opsys=sunos4-1-2 ;; 2179 *-sunos4.1.2* ) opsys=sunos4-1-2 ;;
2179 *-sunos4.1.[3-9]* ) opsys=sunos4-1-3 ;; 2180 *-sunos4.1.3* ) opsys=sunos4-1-3 ;;
2181 *-sunos4.1.[4-9]* ) opsys=sunos4-1-4 ;;
2180 *-sunos4* | *-sunos ) opsys=sunos4-1 ;; 2182 *-sunos4* | *-sunos ) opsys=sunos4-1 ;;
2181 2183
2182 *-solaris2.3* ) opsys=sol2-3 ;; 2184 *-solaris2.3* ) opsys=sol2-3 ;;
2183 *-solaris2.4* ) opsys=sol2-4 ;; 2185 *-solaris2.4* ) opsys=sol2-4 ;;
2184 *-solaris2.5* ) opsys=sol2-5 ;; 2186 *-solaris2.5* ) opsys=sol2-5 ;;
2292 *-mach* ) opsys=mach-bsd4-3 ;; 2294 *-mach* ) opsys=mach-bsd4-3 ;;
2293 *-xenix* ) opsys=xenix ;; 2295 *-xenix* ) opsys=xenix ;;
2294 *-linux* ) opsys=linux ;; 2296 *-linux* ) opsys=linux ;;
2295 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; 2297 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
2296 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; 2298 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
2297 *-bsdi3* ) opsys=bsdos2-1 ;; 2299 *-bsdi3* ) opsys=bsdos3 ;;
2298 *-bsdi2.1* ) opsys=bsdos2-1 ;; 2300 *-bsdi2.1* ) opsys=bsdos2-1 ;;
2299 *-bsdi2* ) opsys=bsdos2 ;; 2301 *-bsdi2* ) opsys=bsdos2 ;;
2300 *-sco3.2v5* ) opsys=sco5 ; 2302 *-sco3.2v5* ) opsys=sco5 ;
2301 ## This is a pain. Like the current USL cc, SCO's cc -E 2303 ## This is a pain. Like the current USL cc, SCO's cc -E
2302 ## tokenizes as it preprocesses, making configure very 2304 ## tokenizes as it preprocesses, making configure very
2379 hpux10 ) opsys=hpux10-shr ;; 2381 hpux10 ) opsys=hpux10-shr ;;
2380 sunos4-0 ) opsys=sunos4-0-shr ;; 2382 sunos4-0 ) opsys=sunos4-0-shr ;;
2381 sunos4-1 ) opsys=sunos4-1-shr ;; 2383 sunos4-1 ) opsys=sunos4-1-shr ;;
2382 sunos4-1-2 ) opsys=sunos4-1-2-shr ;; 2384 sunos4-1-2 ) opsys=sunos4-1-2-shr ;;
2383 sunos4-1-3 ) opsys=sunos4-1-3-shr ;; 2385 sunos4-1-3 ) opsys=sunos4-1-3-shr ;;
2386 sunos4-1-4 ) opsys=sunos4-1-4-shr ;;
2384 sco5 ) opsys=sco5-shr ;; 2387 sco5 ) opsys=sco5-shr ;;
2385 esac 2388 esac
2386 elif [ "${dynamic}" = "no" ]; then 2389 elif [ "${dynamic}" = "no" ]; then
2387 case "${opsys}" in 2390 case "${opsys}" in
2388 sol2 ) opsys=sol2-static ;; 2391 sol2 ) opsys=sol2-static ;;