comparison configure.in @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
2298 *-mach* ) opsys=mach-bsd4-3 ;; 2298 *-mach* ) opsys=mach-bsd4-3 ;;
2299 *-xenix* ) opsys=xenix ;; 2299 *-xenix* ) opsys=xenix ;;
2300 *-linux* ) opsys=linux ;; 2300 *-linux* ) opsys=linux ;;
2301 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; 2301 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
2302 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; 2302 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
2303 *-bsdi3* ) opsys=bsdos2-1 ;;
2303 *-bsdi2.1* ) opsys=bsdos2-1 ;; 2304 *-bsdi2.1* ) opsys=bsdos2-1 ;;
2304 *-bsdi2* ) opsys=bsdos2 ;; 2305 *-bsdi2* ) opsys=bsdos2 ;;
2305 *-sco3.2v5* ) opsys=sco5 ; 2306 *-sco3.2v5* ) opsys=sco5 ;
2306 ## This is a pain. Like the current USL cc, SCO's cc -E 2307 ## This is a pain. Like the current USL cc, SCO's cc -E
2307 ## tokenizes as it preprocesses, making configure very 2308 ## tokenizes as it preprocesses, making configure very