mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: update various m4 macros
This commit is contained in:
@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user