Fix use of unistd.h in getopt through a new unistd module.
[gnulib.git] / m4 / ChangeLog
index f67761d..7c2365f 100644 (file)
@@ -1,3 +1,39 @@
+2006-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * unistd_h.m4: New file.
+
+2006-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
+       test to be side-effect free by storing the result in the cache
+       variable gl_cv_lib_readline, and moving the assignment of
+       LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
+       From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2006-03-07  Simon Josefsson  <jas@extundo.com>
+
+       * gc-random.m4: New file, mostly from gc.m4.  Warn instead of
+       error on missing devices (the functions will return an error).
+
+       * gc.m4: Move random stuff to gc-random.m4
+
+2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
+
+       * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
+       our replacement poll.h in any case, to avoid a differing
+       declaration from a system header.  Seen on AIX.
+
+2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
+       not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
+       pedantically.
+       * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
+       * timespec.m4 (gl_TIMESPEC): Likewise.
+
+       * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
+       not "==".  Reported by Ralf Wildenhues.
+
 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Sync from coreutils.