Link test-getaddrinfo with libintl.
[gnulib.git] / ChangeLog
index 0dbca36..a8851f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
+       * modules/getaddrinfo-tests (Makefile.am): Define
+       test_getaddrinfo_LDADD.
+
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
+       (init): Fix syntax error.
+       * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
+       is declared.
+
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
+       * modules/glob (Depends-on): Add stdbool.
+
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
        * lib/trim.c: Include <string.h>.
 
 2008-04-11  Eric Blake  <ebb9@byu.net>