Mercurial > hg > xemacs-beta
changeset 68:0b7f3b634cf2 r19-16-pre9
Import from CVS: tag r19-16-pre9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:00:03 +0200 |
parents | 6aaf555c2ec8 |
children | 804d1389bcd6 |
files | CHANGES-beta configure configure.in lisp/version.el |
diffstat | 4 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES-beta Mon Aug 13 08:59:45 2007 +0200 +++ b/CHANGES-beta Mon Aug 13 09:00:03 2007 +0200 @@ -1,4 +1,7 @@ -*- indented-text -*- +to 19.16 -- "Lille" +-- Really apply the Irix build fix + to 19.16 -- "Nancy" -- about.el touch up, new faces, new entries -- BSD build fix
--- a/configure Mon Aug 13 08:59:45 2007 +0200 +++ b/configure Mon Aug 13 09:00:03 2007 +0200 @@ -2083,7 +2083,7 @@ ;; mips-sgi-irix6* ) machine=iris4d opsys=irix6-0 - NON_GNU_CPP=/lib/cpp + NON_GNU_CPP="cc -cckr -E" ;; mips-sgi-irix5.[3-9]* ) machine=iris4d opsys=irix5-3
--- a/configure.in Mon Aug 13 08:59:45 2007 +0200 +++ b/configure.in Mon Aug 13 09:00:03 2007 +0200 @@ -2089,7 +2089,7 @@ ;; mips-sgi-irix6* ) machine=iris4d opsys=irix6-0 - NON_GNU_CPP=/lib/cpp + NON_GNU_CPP="cc -cckr -E" ;; mips-sgi-irix5.[3-9]* ) machine=iris4d opsys=irix5-3
--- a/lisp/version.el Mon Aug 13 08:59:45 2007 +0200 +++ b/lisp/version.el Mon Aug 13 09:00:03 2007 +0200 @@ -55,7 +55,7 @@ "Non-nil when this is a test (beta) version of XEmacs. Warning, this variable did not exist in XEmacs versions prior to 20.3") -(defconst xemacs-codename "Nancy" +(defconst xemacs-codename "Lille" "Symbolic name of XEmacs build. Warning, this variable did not exist in XEmacs versions prior to 19.16 and 20.3")