Bruno Haible <bruno <at> clisp.org> writes:
>
> Jim Meyering wrote:
> > coreutils now fails to pass "make
> > distcheck" after a bootstrap. At least part of the problem is that
> > lib/Makefile's DIST_COMMON ends up being nearly empty.
>
> This should fix it. Now that we bypass automake's LIBOBJS magic, we have
> to declare all distributed files.
You missed some. At least these are necessary for 'make distcheck' of m4-1.4.x
on cygwin. There are probably others as well, but I did not do a thorough
audit.
2006-10-12 Eric Blake <[EMAIL PROTECTED]>
* modules/error (Makefile.am): Distribute files in /lib.
* modules/obstack (Makefile.am): Likewise.
Index: modules/error
===================================================================
RCS file: /sources/gnulib/gnulib/modules/error,v
retrieving revision 1.8
diff -u -r1.8 error
--- modules/error 21 Aug 2006 06:11:26 -0000 1.8
+++ modules/error 12 Oct 2006 20:03:00 -0000
@@ -12,6 +12,7 @@
gl_ERROR
Makefile.am:
+lib_SOURCES += error.h error.c
Include:
"error.h"
Index: modules/obstack
===================================================================
RCS file: /sources/gnulib/gnulib/modules/obstack,v
retrieving revision 1.11
diff -u -r1.11 obstack
--- modules/obstack 21 Aug 2006 06:11:26 -0000 1.11
+++ modules/obstack 12 Oct 2006 20:03:00 -0000
@@ -16,6 +16,7 @@
dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
Makefile.am:
+EXTRA_DIST += obstack.h obstack.c
Include:
"obstack.h"