maint.mk: really add $(AM_MAKEFLAGS)
[pspp] / ChangeLog
index 2d4236ac4c66afa285e98abaddaf2e48ba152af0..584962958dc6b87353f6fc51af7849773258f236 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       maint.mk: really add $(AM_MAKEFLAGS)
+       * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
+       was inadvertently omitted in the last commit.
+       Spotted by Bruno Haible.
+
+       maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
+       * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
+       $(AM_MAKEFLAGS)' rather than plain `make'.
+
+       gnulib-tool: execute $MAKE not make
+       * gnulib-tool: Default $MAKE to 'make'.
+       (func_create_testdir, func_create_megatestdir): Use $MAKE rather
+       than make.  Initialize $MAKE in the do-autobuild script.
+
+       gnulib-tool: use $MAKE not make in generated files
+       * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
+       make, in generated files.  Initialize $MAKE in the do-autobuild
+       script.
+
+       * top/GNUmakefile (_have-git-version-gen): Fix typo.
+
+       GNUmakefile: disable parallelism only for multiple, recursive targets
+       * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
+       additions in the Makefile.
+       (AM_RECURSIVE_TARGETS): New macro, override only if not provided
+       by Automake.
+       (.NOTPARALLEL): Only disable parallel builds if multiple targets
+       are listed on the command line and at least one of them is
+       listed in $(ALL_RECURSIVE_TARGETS).
+
+2009-03-14  Bruno Haible  <bruno@clisp.org>
+
+       * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
+       utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
+       * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
+       * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
+       utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
+       * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
+       * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
+       unistr/u8-uctomb.
+       * modules/unistr/u8-strchr (Depends-on): Likewise.
+       * modules/unistr/u8-strrchr (Depends-on): Likewise.
+       * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
+       unistr/u16-uctomb.
+       * modules/unistr/u16-strchr (Depends-on): Likewise.
+       * modules/unistr/u16-strrchr (Depends-on): Likewise.
+
+2009-03-12  Bruno Haible  <bruno@clisp.org>
+
+       Work around select() bug on Interix 3.5.
+       * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
+       * lib/select.c (rpl_select): Add an implementation for Unix platforms.
+       * m4/select.m4: New file.
+       * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
+       * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
+       * modules/select (Files): Add m4/select.m4.
+       (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
+       * modules/nanosleep (Depends-on): Add select.
+       * modules/poll (Depends-on): Likewise.
+       * doc/posix-functions/select.texi: Mention the Interix bug.
+       Reported by Markus Duft <mduft@gentoo.org>.
+
+       * lib/select.c: Renamed from lib/winsock-select.c.
+       * modules/select (Files): Add lib/select.c, remove
+       lib/winsock-select.c.
+       (configure.ac): Update.
+
 2009-03-12  Jim Meyering  <meyering@redhat.com>
 
        avoid gcc warnings about unused macro definitions