* lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
[gnulib.git] / ChangeLog
index cce0923..b663546 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
+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 (Depends-on): Fix sed error when inttypes.h
+       * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
        needs wrapper.
 
 2006-08-27  Bruno Haible  <bruno@clisp.org>