From 27dae84ed92f1ef0300263091972338d12e78348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 18 Oct 2025 19:06:52 +0200 Subject: New upstream version 1.4.1 --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6083de7a..f5782476 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU libunistring. -## Copyright (C) 2009, 2016, 2018, 2021-2022 Free Software Foundation, Inc. +## Copyright (C) 2009-2025 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -19,10 +19,10 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 -SUBDIRS = doc gnulib-local lib tests +SUBDIRS = doc gnulib-local lib tests install-tests EXTRA_DIST = \ - version.sh BUGS DEPENDENCIES HACKING JOIN-GNU \ + version.sh BUGS DEPENDENCIES INSTALL.generic HACKING JOIN-GNU \ autogen.sh \ build-aux/join-v-1 build-aux/texi2html build-aux/run-test \ build-aux/git-log-fix @@ -49,12 +49,13 @@ dist-hook: gen-ChangeLog gen_start_date = 2023-09-10 .PHONY: gen-ChangeLog gen-ChangeLog: - $(AM_V_GEN)if test -d .git; then \ + $(AM_V_GEN)if test -d $(srcdir)/.git; then \ log_fix="$(srcdir)/build-aux/git-log-fix"; \ test -e "$$log_fix" \ && amend_git_log="--amend=$$log_fix" \ || amend_git_log=; \ $(top_srcdir)/build-aux/gitlog-to-changelog \ + --srcdir=$(srcdir) \ $$amend_git_log --no-cluster --since=$(gen_start_date) -- . \ > "$(distdir)/ChangeLog-t" \ && rm -f "$(distdir)/ChangeLog" \ -- cgit v1.2.3