Mercurial > emacs
comparison configure @ 63160:cc61f1c86438
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Thu, 09 Jun 2005 03:43:37 +0000 |
parents | 77fa0f6c686d |
children | 5e92f971ee17 e58cb448e07c 173dee4e2611 |
comparison
equal
deleted
inserted
replaced
63159:8bc48f52ea6b | 63160:cc61f1c86438 |
---|---|
2527 ## Intel 386 machines where we don't care about the manufacturer | 2527 ## Intel 386 machines where we don't care about the manufacturer |
2528 i[3456]86-*-* ) | 2528 i[3456]86-*-* ) |
2529 machine=intel386 | 2529 machine=intel386 |
2530 case "${canonical}" in | 2530 case "${canonical}" in |
2531 *-cygwin ) opsys=cygwin ;; | 2531 *-cygwin ) opsys=cygwin ;; |
2532 *-darwin ) opsys=darwin | |
2533 CPP="${CC-cc} -E -no-cpp-precomp" | |
2534 ;; | |
2532 *-lynxos* ) opsys=lynxos ;; | 2535 *-lynxos* ) opsys=lynxos ;; |
2533 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | 2536 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
2534 *-isc2.2* ) opsys=isc2-2 ;; | 2537 *-isc2.2* ) opsys=isc2-2 ;; |
2535 *-isc4.0* ) opsys=isc4-0 ;; | 2538 *-isc4.0* ) opsys=isc4-0 ;; |
2536 *-isc4.* ) opsys=isc4-1 | 2539 *-isc4.* ) opsys=isc4-1 |