comparison configure @ 90737:95d0cdf160ea

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
author Miles Bader <miles@gnu.org>
date Fri, 26 Jan 2007 06:16:11 +0000
parents 99e0a3426753 86da7b53d8e7
children f83d17e1ace6
comparison
equal deleted inserted replaced
90736:ef1369583937 90737:95d0cdf160ea
2370 ;; 2370 ;;
2371 2371
2372 ## Apollo, Domain/OS 2372 ## Apollo, Domain/OS
2373 m68*-apollo-* ) 2373 m68*-apollo-* )
2374 machine=apollo opsys=bsd4-3 2374 machine=apollo opsys=bsd4-3
2375 ;;
2376
2377 ## Apple Darwin / Mac OS X
2378 *-apple-darwin* )
2379 case "${canonical}" in
2380 i[3456]86-* ) machine=intel386 ;;
2381 powerpc-* ) machine=powermac ;;
2382 * ) unported=yes ;;
2383 esac
2384 opsys=darwin
2385 # Define CPP as follows to make autoconf work correctly.
2386 CPP="${CC-cc} -E -no-cpp-precomp"
2387 # Use fink packages if available.
2388 if test -d /sw/include && test -d /sw/lib; then
2389 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
2390 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2391 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2392 fi
2375 ;; 2393 ;;
2376 2394
2377 ## AT&T 3b2, 3b5, 3b15, 3b20 2395 ## AT&T 3b2, 3b5, 3b15, 3b20
2378 we32k-att-sysv* ) 2396 we32k-att-sysv* )
2379 machine=att3b opsys=usg5-2-2 2397 machine=att3b opsys=usg5-2-2
3146 ;; 3164 ;;
3147 3165
3148 ## UXP/V 3166 ## UXP/V
3149 f301-fujitsu-uxpv4.1) 3167 f301-fujitsu-uxpv4.1)
3150 machine=f301 opsys=uxpv 3168 machine=f301 opsys=uxpv
3151 ;;
3152
3153 ## Darwin / Mac OS X
3154 powerpc-apple-darwin* )
3155 machine=powermac opsys=darwin
3156 # Define CPP as follows to make autoconf work correctly.
3157 CPP="${CC-cc} -E -no-cpp-precomp"
3158 # Use fink packages if available.
3159 if test -d /sw/include && test -d /sw/lib; then
3160 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
3161 CPP="${CPP} ${GCC_TEST_OPTIONS}"
3162 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
3163 fi
3164 ;; 3169 ;;
3165 3170
3166 ## AMD x86-64 Linux-based GNU system 3171 ## AMD x86-64 Linux-based GNU system
3167 x86_64-*-linux-gnu* ) 3172 x86_64-*-linux-gnu* )
3168 machine=amdx86-64 opsys=gnu-linux 3173 machine=amdx86-64 opsys=gnu-linux