Link test-strsignal with libintl.
[pspp] / ChangeLog
index 0dbca3640b500c9c8dd5d1608b4e794e96a1feaa..cc224423e4a7bbfd71fca47107c07da62d34dcc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
+
+       * 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>.