diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-04-11 03:19:07 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-04-11 03:19:07 +0000 |
commit | b6924dd73a34d6a4b1047ef821c76802922ffe21 (patch) | |
tree | cf58e746b67f2f2af28c943497eea2f7090f3fef /configure.in | |
parent | 42e1d5879b823083eae5e3da4b8b41e6e6b95394 (diff) | |
download | emacs-b6924dd73a34d6a4b1047ef821c76802922ffe21.tar.gz |
Remove hpux10.20 from the desupported list.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index eb984a0f821..7608d027515 100644 --- a/configure.in +++ b/configure.in @@ -1271,7 +1271,7 @@ case "${machine}" in 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." |