X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=b663546945f30a3c9229d43f040112a61df94b43;hb=fe579acee957ae60e72a57bf0f083dd5840f96d6;hp=cb0d221bbf32751476dd08225048cf217b03d002;hpb=8431f7eec301c380d3e287acdb9d6dc491aff344;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index cb0d221bb..b66354694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-08-28 Paul Eggert + + * 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 + + * modules/inttypes (Makefile.am): Fix sed error when inttypes.h + needs wrapper. + 2006-08-27 Bruno Haible * gnulib-tool: New option --makefile-name. @@ -261,7 +281,7 @@ Reported by Martin Lambers . 2006-08-21 Mark D. Baushke - Bruno Haible + Bruno Haible * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2 /bin/sh understanding of '!' conditional negation.