* lib/regex_internal.c (re_string_reconstruct): Handle
[gnulib.git] / m4 / ChangeLog
index 796ea02..908c93d 100644 (file)
@@ -1,3 +1,34 @@
+2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regex.m4 (gl_REGEX): Check for locale.h, since the test
+       now requires it.
+       (gl_PREREQ_REGEX): Don't check for locale.h any more, since
+       gl_REGEX now does it for us.
+       (gl_REGEX): Add test taken from
+       http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
+
+       * mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
+       Check that large offsets work.  Modernize Autoconf usages.
+       Prefer "yes" to mean a good thing rather than a bad.
+       Don't put "#define mkstemp" in config.h, as this might interfere
+       with standard system headers that "#define mkstemp mkstemp64".
+
+2006-09-18  Bruno Haible  <bruno@clisp.org>
+
+       * inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
+       * inttypes-pri.m4: Require autoconf >= 2.52.
+       (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
+       ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
+       * gettext.m4: Require autoconf >= 2.52.
+       (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
+       * inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
+       of gl_cv_header_inttypes_h.
+
+2006-09-18  Mark D. Baushke  <mdb@gnu.org>
+
+       * inttypes.m4 (gl_INTTYPES_H): Quote "test" args
+       more systematically.
+
 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * savewd.m4: New file.