emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in,v [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/configure.in,v [EMACS_22_BASE]
Date: Mon, 25 Feb 2008 08:12:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   08/02/25 08:12:30

Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.444.2.9
retrieving revision 1.444.2.10
diff -u -b -r1.444.2.9 -r1.444.2.10
--- configure.in        10 Feb 2008 00:25:50 -0000      1.444.2.9
+++ configure.in        25 Feb 2008 08:12:27 -0000      1.444.2.10
@@ -1257,6 +1257,30 @@
   esac
 fi
 
+### Tests for sytems that we beleive are obsolete and should be desupported.
+
+case "${machine}" in
+     pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | 
powerpcle | tandem-s2 )
+         echo "The system that you are configuring on: ${canonical} is 
considered to be obsolete"
+         echo "and it is planned to be desupported in the next version of 
Emacs"
+         echo "Please email address@hidden as soon as possible if this system 
is still in use."
+         echo "The code is still functional, but you need to edit the 
'configure' script and remove the"
+         echo "exit 33 line.  After that you can run configure again and 
'complete' the build."
+         exit 33
+         ;;
+esac
+
+case "${opsys}" in
+     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 )
+         echo "The system that you are configuring on: ${canonical} is 
considered to be obsolete"
+         echo "and it is planned to be desupported in the next version of 
Emacs"
+         echo "Please email address@hidden as soon as possible if this system 
is still in use."
+         echo "The code is still functional, but you need to edit the 
'configure' script and remove the"
+         echo "'exit 44' line.  After that you can run 'configure' again and 
complete the build."
+         exit 44
+         ;;
+esac
+
 ]
 dnl quotation ends
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]