AC_LIBSOURCES([alloca.c]) must be a no-op, otherwise it breaks the 'alloca-opt'
[gnulib.git] / ChangeLog
index 325b6c6..5c5a6fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
+       Needed for the alloca-opt module.
+
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
        * lib/alloca.in.h: Renamed from lib/alloca_.h.
        * lib/wchar.in.h: Renamed from lib/wchar_.h.
        * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
        wchar_.h.
+       * lib/wctype.in.h: Renamed from lib/wctype_.h.
+       * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
+       wctype_.h.
+       * build-aux/bootstrap (slurp): Update.
+       * lib/.cppi-disable: Update.
 
 2007-09-30  Bruno Haible  <bruno@clisp.org>