comparison configure.in @ 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 c83513a3df29
children c6bdc935d2d0
comparison
equal deleted inserted replaced
80197:5193aeec5a42 80198:02c316a51404
1255 unported=yes 1255 unported=yes
1256 ;; 1256 ;;
1257 esac 1257 esac
1258 fi 1258 fi
1259 1259
1260 ### Tests for sytems that we beleive are obsolete and should be desupported.
1261
1262 case "${machine}" in
1263 pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
1264 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
1265 echo "and it is planned to be desupported in the next version of Emacs"
1266 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
1267 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
1268 echo "exit 33 line. After that you can run configure again and 'complete' the build."
1269 exit 33
1270 ;;
1271 esac
1272
1273 case "${opsys}" in
1274 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 )
1275 echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
1276 echo "and it is planned to be desupported in the next version of Emacs"
1277 echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
1278 echo "The code is still functional, but you need to edit the 'configure' script and remove the"
1279 echo "'exit 44' line. After that you can run 'configure' again and complete the build."
1280 exit 44
1281 ;;
1282 esac
1283
1260 ] 1284 ]
1261 dnl quotation ends 1285 dnl quotation ends
1262 1286
1263 if test $unported = yes; then 1287 if test $unported = yes; then
1264 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. 1288 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.