Mercurial > emacs
comparison configure @ 80198:02c316a51404
* configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.
* configure: Regenerate.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 25 Feb 2008 08:12:29 +0000 |
parents | 761dbf0b9e96 |
children | 6452b45858e3 |
comparison
equal
deleted
inserted
replaced
80197:5193aeec5a42 | 80198:02c316a51404 |
---|---|
3220 unported=yes | 3220 unported=yes |
3221 ;; | 3221 ;; |
3222 esac | 3222 esac |
3223 fi | 3223 fi |
3224 | 3224 |
3225 ### Tests for sytems that we beleive are obsolete and should be desupported. | |
3226 | |
3227 case "${machine}" in | |
3228 pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 ) | |
3229 echo "The system that you are configuring on: ${canonical} is considered to be obsolete" | |
3230 echo "and it is planned to be desupported in the next version of Emacs" | |
3231 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." | |
3232 echo "The code is still functional, but you need to edit the 'configure' script and remove the" | |
3233 echo "exit 33 line. After that you can run configure again and 'complete' the build." | |
3234 exit 33 | |
3235 ;; | |
3236 esac | |
3237 | |
3238 case "${opsys}" in | |
3239 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 ) | |
3240 echo "The system that you are configuring on: ${canonical} is considered to be obsolete" | |
3241 echo "and it is planned to be desupported in the next version of Emacs" | |
3242 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." | |
3243 echo "The code is still functional, but you need to edit the 'configure' script and remove the" | |
3244 echo "'exit 44' line. After that you can run 'configure' again and complete the build." | |
3245 exit 44 | |
3246 ;; | |
3247 esac | |
3248 | |
3225 | 3249 |
3226 | 3250 |
3227 if test $unported = yes; then | 3251 if test $unported = yes; then |
3228 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems. | 3252 { { echo "$as_me:$LINENO: error: Emacs hasn't been ported to \`${canonical}' systems. |
3229 Check \`etc/MACHINES' for recognized configuration names." >&5 | 3253 Check \`etc/MACHINES' for recognized configuration names." >&5 |