Mercurial > emacs
changeset 80497:c6bdc935d2d0
Remove hpux10.20 from the desupported list.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 11 Apr 2008 03:19:07 +0000 |
parents | 187891075439 |
children | 8df650d0126a |
files | ChangeLog configure.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 11 02:31:43 2008 +0000 +++ b/ChangeLog Fri Apr 11 03:19:07 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-11 Dan Nicolaescu <dann@ics.uci.edu> + + * configure.in: Remove hpux10.20 from the desupported list. + 2008-03-26 Chong Yidong <cyd@stupidchicken.com> * Version 22.2 released.
--- a/configure.in Fri Apr 11 02:31:43 2008 +0000 +++ b/configure.in Fri Apr 11 03:19:07 2008 +0000 @@ -1271,7 +1271,7 @@ 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 ) + 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 | 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 emacs-devel@gnu.org as soon as possible if this system is still in use."