Paul Eggert <eggert <at> CS.UCLA.EDU> writes:
>
> coreutils "make dist" omitted lib/time_r.h in the tarball so I
> installed this into both gnulib and coreutils:
>
> * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
> time_r.h.
I applied this followup patch, so that I could bootstrap tar again:
2006-04-12 Eric Blake <[EMAIL PROTECTED]>
* modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
is now done automatically by the corresponding Autoconf macro.
Index: modules/time_r
===================================================================
RCS file: /sources/gnulib/gnulib/modules/time_r,v
retrieving revision 1.5
diff -u -r1.5 time_r
--- modules/time_r 10 May 2005 01:32:22 -0000 1.5
+++ modules/time_r 12 Apr 2006 16:19:19 -0000
@@ -14,7 +14,6 @@
gl_TIME_R
Makefile.am:
-lib_SOURCES += time_r.h
Include:
"time_r.h"