* build-aux/gitlog-to-emacslog:

Use raw log format rather than wrapped one.
This commit is contained in:
Glenn Morris 2015-04-24 16:16:01 -04:00
parent e224c9465d
commit ac491b6cf9

View file

@ -34,6 +34,7 @@ test -d ${srcprefix}.git || {
# Use Gnulib's packaged ChangeLog generator.
${srcprefix}build-aux/gitlog-to-changelog --ignore-matching='^; ' \
--format='%B' \
"$gen_origin.." >"${distprefix}ChangeLog.tmp" || exit
if test -s "${distprefix}ChangeLog.tmp"; then