comparison configure @ 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
2292 *-mach* ) opsys=mach-bsd4-3 ;; 2292 *-mach* ) opsys=mach-bsd4-3 ;;
2293 *-xenix* ) opsys=xenix ;; 2293 *-xenix* ) opsys=xenix ;;
2294 *-linux* ) opsys=linux ;; 2294 *-linux* ) opsys=linux ;;
2295 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; 2295 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
2296 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; 2296 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
2297 *-bsdi3* ) opsys=bsdos2-1 ;;
2297 *-bsdi2.1* ) opsys=bsdos2-1 ;; 2298 *-bsdi2.1* ) opsys=bsdos2-1 ;;
2298 *-bsdi2* ) opsys=bsdos2 ;; 2299 *-bsdi2* ) opsys=bsdos2 ;;
2299 *-sco3.2v5* ) opsys=sco5 ; 2300 *-sco3.2v5* ) opsys=sco5 ;
2300 ## This is a pain. Like the current USL cc, SCO's cc -E 2301 ## This is a pain. Like the current USL cc, SCO's cc -E
2301 ## tokenizes as it preprocesses, making configure very 2302 ## tokenizes as it preprocesses, making configure very