comparison configure.in @ 92198:6a56f830d80b

* configure.in: Print an error for systems that we think are obsolete and are proposed to be removed. Remove some more unused systems. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 25 Feb 2008 08:17:18 +0000
parents 9ed7610349d3
children 0a068dfe0b06
comparison
equal deleted inserted replaced
92197:a930e751b9b9 92198:6a56f830d80b
341 alpha*-*-openbsd*) machine=alpha ;; 341 alpha*-*-openbsd*) machine=alpha ;;
342 arm-*-openbsd*) machine=arm ;; 342 arm-*-openbsd*) machine=arm ;;
343 hppa-*-openbsd*) machine=hp9000s300 ;; 343 hppa-*-openbsd*) machine=hp9000s300 ;;
344 i386-*-openbsd*) machine=intel386 ;; 344 i386-*-openbsd*) machine=intel386 ;;
345 m68k-*-openbsd*) machine=hp9000s300 ;; 345 m68k-*-openbsd*) machine=hp9000s300 ;;
346 mips64-*-openbsd*) machine=mips64 ;;
347 powerpc-*-openbsd*) machine=macppc ;; 346 powerpc-*-openbsd*) machine=macppc ;;
348 sparc*-*-openbsd*) machine=sparc ;; 347 sparc*-*-openbsd*) machine=sparc ;;
349 vax-*-openbsd*) machine=vax ;; 348 vax-*-openbsd*) machine=vax ;;
350 x86_64-*-openbsd*) machine=amdx86-64 ;; 349 x86_64-*-openbsd*) machine=amdx86-64 ;;
351 esac 350 esac
401 CPP="${CPP} ${GCC_TEST_OPTIONS}" 400 CPP="${CPP} ${GCC_TEST_OPTIONS}"
402 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} 401 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
403 fi 402 fi
404 ;; 403 ;;
405 404
406 ## Compaq Nonstop
407 mips-compaq-nonstopux* )
408 machine=nonstopux opsys=nonstopux
409 ;;
410
411 ## Cubix QBx/386 405 ## Cubix QBx/386
412 i[3456]86-cubix-sysv* ) 406 i[3456]86-cubix-sysv* )
413 machine=intel386 opsys=usg5-3 407 machine=intel386 opsys=usg5-3
414 ;; 408 ;;
415 409
507 ;; 501 ;;
508 rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) 502 rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* )
509 machine=ibmrs6000 opsys=aix4-2 503 machine=ibmrs6000 opsys=aix4-2
510 ;; 504 ;;
511 rs6000-ibm-aix5* | powerpc-ibm-aix5* ) 505 rs6000-ibm-aix5* | powerpc-ibm-aix5* )
506 machine=ibmrs6000 opsys=aix4-2
507 ;;
508 rs6000-ibm-aix5* | powerpc-ibm-aix6* )
512 machine=ibmrs6000 opsys=aix4-2 509 machine=ibmrs6000 opsys=aix4-2
513 ;; 510 ;;
514 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) 511 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )
515 machine=ibmrs6000 opsys=aix4 512 machine=ibmrs6000 opsys=aix4
516 ;; 513 ;;
750 unported=yes 747 unported=yes
751 ;; 748 ;;
752 esac 749 esac
753 fi 750 fi
754 751
752 ### Tests for sytems that we beleive are obsolete and should be desupported.
753
754 case "${machine}" in
755 pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
756 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
757 echo "and it is planned to be desupported in the next version of Emacs"
758 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
759 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
760 echo "exit 33 line. After that you can run configure again and 'complete' the build."
761 exit 33
762 ;;
763 esac
764
765 case "${opsys}" in
766 bsd386 | bsdos2-1 | bsdos2 | bsdos3 | bsdos4 | bsd4-1 | bsd4-2 | bsd4-3 | usg5-0 | usg5-2-2 | usg5-2 | usg5-3 | ultrix4-3 | 386bsd | hpux | hpux8 | hpux9 | hpux9shr | hpux10 | hpux10-20 | aix3-1 | aix3-2-5 | aix3-2 | aix4-1 | nextstep | ux4800 | uxpds | uxpv )
767 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
768 echo "and it is planned to be desupported in the next version of Emacs"
769 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
770 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
771 echo "'exit 44' line. After that you can run 'configure' again and complete the build."
772 exit 44
773 ;;
774 esac
775
755 ] 776 ]
756 dnl quotation ends 777 dnl quotation ends
757 778
758 if test $unported = yes; then 779 if test $unported = yes; then
759 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. 780 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.