aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-06 21:03:46 -0400
committerGlenn Morris2012-07-06 21:03:46 -0400
commit4516fbef7207ca23ca72da28d060dad979319310 (patch)
treeaff14f94e05168a85e2b92dbc026fcc75a9f0909 /ChangeLog
parent07adc2c63b17a5829879886901cb731483a469cd (diff)
downloademacs-4516fbef7207ca23ca72da28d060dad979319310.tar.gz
emacs-4516fbef7207ca23ca72da28d060dad979319310.zip
Replace some src/s undefs by never even checking on relevant platforms
* configure.in: (getwd): Don't check for it on unixware. (random, rint): Don't check for these on hpux. (res_init, libresolv): Don't check for these on darwin. * src/s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV): * src/s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM): * src/s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d73c1f1b539..1b7fa14edd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12012-07-07 Glenn Morris <rgm@gnu.org>
2
3 * configure.in: Rather than checking for things then undef'ing
4 them on some platforms, simply don't check for them.
5 (getwd): Don't check for it on unixware.
6 (random, rint): Don't check for these on hpux.
7 (res_init, libresolv): Don't check for these on darwin.
8
12012-07-07 Juanma Barranquero <lekktu@gmail.com> 92012-07-07 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O), 11 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),