* inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
[gnulib.git] / m4 / ChangeLog
index f3adfbb..6cb1413 100644 (file)
@@ -1,3 +1,65 @@
+2006-08-28  Eric Blake  <ebb9@byu.net>
+
+       * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
+
+2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
+       * stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most recent
+       change to stdint.m4, since we're now addressing the problem in a
+       different way.
+
+2006-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
+       macros.
+
+2006-08-22  Eric Blake  <ebb9@byu.net>
+
+       * codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
+
+2006-08-26  Bruno Haible  <bruno@clisp.org>
+
+       * inttypes.m4: New file.
+       * _inttypes_h.m4: Remove file.
+       * inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST PRI_MACROS_BROKEN.
+       * stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
+
+       * imaxabs.m4: New file.
+
+       * imaxdiv.m4: New file.
+
+2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * config-h.m4: New file.
+
+2006-08-23  Bruno Haible  <bruno@clisp.org>
+
+       * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
+       as unusable.
+
+       * lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
+       (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
+       (gl_LOCK): New macro.
+
+2006-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
+       on OSF/1 to no.
+       Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
+
+2006-08-22  Eric Blake  <ebb9@byu.net>
+
+       * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
+       * inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
+       * longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
+       * intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
+
+2006-08-22  Bruno Haible  <bruno@clisp.org>
+
+       * readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
+       <utmpx.h> exists.
+
 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * rijndael.m4 (gl_ARCFOUR):
        * posixver.m4: Fix comment since head -1 now works even in POSIX mode.
 
 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
        and is a script that invokes bison. Tighten the code. Add comments.