Mercurial > hg > xemacs-beta
comparison ChangeLog @ 5556:a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
ChangeLog addition:
2011-08-24 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac:
On OS X, if dlopen() is available in dlfcn.h, use it in preference
to dyld; the latter API is deprecated.
Move DLSYM_NEEDS_UNDERSCORE together with HAVE_DLYD, it's not
needed if the dlsym() and dlopen() APIs are being used.
Define REALPATH_CORRECTS_CASE, DEFAULT_FILE_SYSTEM_IGNORE_CASE in
this file, don't define them in terms of HAVE_DYLD in
src/config.h.in.
* configure: Regenerate.
src/ChangeLog addition:
2011-08-24 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in:
Move REALPATH_CORRECTS_CASE, DEFAULT_FILE_SYSTEM_IGNORE_CASE to
../configure.ac rather than implementing them in terms of
HAVE_DYLD here.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 24 Aug 2011 23:41:29 +0100 |
parents | 4aa8ee813265 |
children | 53c066311921 |
comparison
equal
deleted
inserted
replaced
5555:a39cd9dc92ba | 5556:a142ad1a9140 |
---|---|
1 2011-08-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * configure.ac: | |
4 On OS X, if dlopen() is available in dlfcn.h, use it in preference | |
5 to dyld; the latter API is deprecated. | |
6 Move DLSYM_NEEDS_UNDERSCORE together with HAVE_DLYD, it's not | |
7 needed if the dlsym() and dlopen() APIs are being used. | |
8 Define REALPATH_CORRECTS_CASE, DEFAULT_FILE_SYSTEM_IGNORE_CASE in | |
9 this file, don't define them in terms of HAVE_DYLD in | |
10 src/config.h.in. | |
11 * configure: Regenerate. | |
12 | |
1 2011-05-20 Jerry James <james@xemacs.org> | 13 2011-05-20 Jerry James <james@xemacs.org> |
2 | 14 |
3 * Makefile.in.in: Default DESTDIR to the empty string, and use it in | 15 * Makefile.in.in: Default DESTDIR to the empty string, and use it in |
4 install targets. | 16 install targets. |
5 | 17 |