comparison configure @ 83395:b31326248cf6

Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616 Add lisp/mh-e/.arch-inventory * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-617 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-618 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-619 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-622 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-623 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-624 Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-626 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-627 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-628 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-142 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-143 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-144 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-145 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-146 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-147 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-148 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-435
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 01 Nov 2005 06:23:08 +0000
parents 2a679c81f552 3fec2fc6ed38
children 693e794b57bf
comparison
equal deleted inserted replaced
83394:7d093d9d4479 83395:b31326248cf6
2569 ## Intel 386 machines where we don't care about the manufacturer 2569 ## Intel 386 machines where we don't care about the manufacturer
2570 i[3456]86-*-* ) 2570 i[3456]86-*-* )
2571 machine=intel386 2571 machine=intel386
2572 case "${canonical}" in 2572 case "${canonical}" in
2573 *-cygwin ) opsys=cygwin ;; 2573 *-cygwin ) opsys=cygwin ;;
2574 *-darwin ) opsys=darwin 2574 *-darwin* ) opsys=darwin
2575 CPP="${CC-cc} -E -no-cpp-precomp" 2575 CPP="${CC-cc} -E -no-cpp-precomp"
2576 ;; 2576 ;;
2577 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 2577 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
2578 *-isc2.2* ) opsys=isc2-2 ;; 2578 *-isc2.2* ) opsys=isc2-2 ;;
2579 *-isc4.0* ) opsys=isc4-0 ;; 2579 *-isc4.0* ) opsys=isc4-0 ;;
2627 ## Darwin / Mac OS X 2627 ## Darwin / Mac OS X
2628 powerpc-apple-darwin* ) 2628 powerpc-apple-darwin* )
2629 machine=powermac opsys=darwin 2629 machine=powermac opsys=darwin
2630 # Define CPP as follows to make autoconf work correctly. 2630 # Define CPP as follows to make autoconf work correctly.
2631 CPP="${CC-cc} -E -no-cpp-precomp" 2631 CPP="${CC-cc} -E -no-cpp-precomp"
2632 # Use fink packages if available.
2633 if test -d /sw/include && test -d /sw/lib; then
2634 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
2635 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2636 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2637 fi
2638 ;; 2632 ;;
2639 2633
2640 ## AMD x86-64 Linux-based GNU system 2634 ## AMD x86-64 Linux-based GNU system
2641 x86_64-*-linux-gnu* ) 2635 x86_64-*-linux-gnu* )
2642 machine=amdx86-64 opsys=gnu-linux 2636 machine=amdx86-64 opsys=gnu-linux