X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=13ac8a10a5a66f1aaa28aae6731c1c80e3313a64;hb=5ddfb9fbf947533efc2bf7ea764c8e9f93348ab3;hp=ebc13aec36d976414b6dd12c05322486fdf62683;hpb=929af18645255344bf1e4dc4f1c65cca195488bb;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index ebc13aec3..13ac8a10a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,44 @@ -2006-01-10 Bruno Haible +2006-01-24 Bruno Haible + + * stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs. + Patch by Paul Eggert. + +2006-01-24 Jim Meyering + + * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). + Reported by Mark D. Baushke. + +2006-01-23 Paul Eggert + + * getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl. + +2006-01-20 Paul Eggert + + * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore + rather than -Xlinker -z -Xlinker ignore, as it's more portable. + Suggested by Bruno Haible. + +2006-01-19 Simon Josefsson + + * socklen.m4: Look in ws2tcpip.h too, for mingw32. + +2006-01-16 Paul Eggert + + * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as + it's not portable and it doesn't work with cross-compiles. + Problem reported by Bruno Haible. Fix missing-$ typo in + 'test "gl_cv_ignore_unused_libraries" ...' that prevented + -zignore from being used with Sun's C compiler. + +2006-01-12 Bruno Haible + + * ldd.m4: New file. + +2006-01-08 Bruno Haible - * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE. Use a - module dependency instead. + Ensure automatic ordering between gl_LOCK and gl_ARGP. + * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK. + (gl_LOCK): New macro, requiring gl_LOCK_BODY. 2006-01-10 Jim Meyering