Mercurial > hg > xemacs-beta
comparison ChangeLog @ 1692:6265c9c31f53
[xemacs-hg @ 2003-09-18 05:13:54 by youngs]
2003-09-18 Steve Youngs <youngs@xemacs.org>
* configure: Re-generate after Martin's configure.in patch.
2003-09-13 Martin Buchholz <martin@xemacs.org>
* configure.in (OS_RELEASE): Add support for SunOS 5.10.
On current OSes produced by Sun, `uname -r' prints "5.9".
It seems likely that on future OSes, `uname -r' will print "5.10".
We need to accept multi-digit release numbers.
2003-09-13 Martin Buchholz <martin@xemacs.org>
* s/sol2.h: Use OS_RELEASE=os_release_major*100+os_release_minor
author | youngs |
---|---|
date | Thu, 18 Sep 2003 05:14:00 +0000 |
parents | 2422c1cd1afd |
children | 7032283c28db |
comparison
equal
deleted
inserted
replaced
1691:0d5689071ed2 | 1692:6265c9c31f53 |
---|---|
1 2003-09-18 Steve Youngs <youngs@xemacs.org> | |
2 | |
3 * configure: Re-generate after Martin's configure.in patch. | |
4 | |
5 2003-09-13 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * configure.in (OS_RELEASE): Add support for SunOS 5.10. | |
8 On current OSes produced by Sun, `uname -r' prints "5.9". | |
9 It seems likely that on future OSes, `uname -r' will print "5.10". | |
10 We need to accept multi-digit release numbers. | |
11 | |
1 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU> | 12 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU> |
2 | 13 |
3 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the | 14 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the |
4 ability to build shared libraries, but use -bundle_loader in | 15 ability to build shared libraries, but use -bundle_loader in |
5 ellcc. Properly handle other flags for MacOS X. | 16 ellcc. Properly handle other flags for MacOS X. |