* lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
[gnulib.git] / ChangeLog
index cb0d221..b663546 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
+       This undoes the most recent change, since we're not addressing the
+       problem in a different way.
+
+       * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
+       into output, since the output might be called Makefile.am even
+       if $makefile_name is something different.
+       (func_import): Use $makefile_am rather than
+       ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
+       empty.
+
+       * modules/inttypes (Files): Add m4/inttypes-h.m4.
+
+2006-08-28  Eric Blake  <ebb9@byu.net>
+
+       * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
+       needs wrapper.
+
 2006-08-27  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool: New option --makefile-name.
        Reported by Martin Lambers <marlam@marlam.de>.
 
 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
-            Bruno Haible <bruno@clisp.org>
+           Bruno Haible <bruno@clisp.org>
 
        * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
        /bin/sh understanding of '!' conditional negation.