On Thu, Mar 13, 2014 at 11:09 AM, Assaf Gordon <agor...@wi.mit.edu> wrote:
> Hello (again),
>
> (Sorry for "spamming" with these minor issues - but I'm modeling a program
> after "hello", and these things pop up - to ensure they are not problems in
> my files, I resort to verifying with GNU hello.)

Not spam at all.  We live for (and appreciate) this ;-)

> The new issue:
> If "./build-aux/git-log-fix" is missing, "make dist" does *not* fail on
> Linux (but does fail on FreeBSD).
>
> I discovered that because my project did not have "git-log-fix" (and it is
> not a "gnulib" module, just a file that needs to be created).

Thanks for the report!
This gnulib patch should fix it:
From caac936ebff9ee6f492b180be6fa6d2aa4a66b01 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyer...@fb.com>
Date: Thu, 13 Mar 2014 13:00:00 -0700
Subject: [PATCH] gitlog-to-changelog: also include the file, git-log-fix

* modules/gitlog-to-changelog (Files): Add git-log-fix.
Reported by Assaf Gordon.
---
 ChangeLog                   | 6 ++++++
 modules/gitlog-to-changelog | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index fe35263..cd18c85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-13  Jim Meyering  <meyer...@fb.com>
+
+       gitlog-to-changelog: also include the file, git-log-fix
+       * modules/gitlog-to-changelog (Files): Add git-log-fix.
+       Reported by Assaf Gordon.
+
 2014-03-06  Paul Eggert  <egg...@cs.ucla.edu>

        regex: port to OS X 10.8.5 en_US.UTF-8 locale
diff --git a/modules/gitlog-to-changelog b/modules/gitlog-to-changelog
index 4b40334..3897c32 100644
--- a/modules/gitlog-to-changelog
+++ b/modules/gitlog-to-changelog
@@ -3,6 +3,7 @@ Convert git log to ChangeLog

 Files:
 build-aux/gitlog-to-changelog
+build-aux/git-log-fix

 Depends-on:

-- 
1.9.0.152.g6ab4ae2

Reply via email to