build: update various m4 macros

This commit is contained in:
Christian Hergert
2017-02-17 00:20:29 -08:00
parent 6a3d7282ec
commit 4a846178ec
6 changed files with 42 additions and 14 deletions

View File

@ -52,7 +52,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 1
#serial 2
AC_DEFUN([AX_GENERATE_CHANGELOG],[
# Find git, defaulting to the 'missing' script so the user gets a nice
@ -73,7 +73,7 @@ GENERATE_CHANGELOG_RULES='
# - CHANGELOG_GIT_DIR: .git directory to use. (Default: $(top_srcdir)/.git)
# git-specific
CHANGELOG_GIT_FLAGS ?= --stat -M -C --name-status --no-color
CHANGELOG_GIT_FLAGS ?= --stat -M -C --name-status --no-color --no-decorate
CHANGELOG_GIT_DIR ?= $(top_srcdir)/.git
ifeq ($(CHANGELOG_START),)