From 03a3b3c02cf220c6e7ee1acecef7403a64ddf4a3 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 4 Aug 2023 14:51:49 +0900 Subject: build: Add build-aux/libtool.patch in the tarball. * Makefile.am (EXTRA_DIST): build-aux/libtool.patch. Signed-off-by: NIIBE Yutaka --- Makefile.am | 4 ++-- NEWS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d986cd..69b12bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,8 +36,8 @@ GITLOG_TO_CHANGELOG=gitlog-to-changelog EXTRA_DIST = autogen.sh autogen.rc libgpg-error.spec.in \ VERSION COPYING COPYING.LIB doc/HACKING ChangeLog-2011 \ po/ChangeLog-2011 m4/ChangeLog-2011 \ - build-aux/git-log-footer build-aux/git-log-fix - + build-aux/git-log-footer build-aux/git-log-fix \ + build-aux/libtool.patch if LANGUAGES_SOME lang_subdirs = lang diff --git a/NEWS b/NEWS index 0e2688b..3679581 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Noteworthy changes in version 1.48 (unreleased) [C34/A34/R_] ----------------------------------------------- + * New configure option --with-libtool-modification. [T6619] Release-info: https://dev.gnupg.org/T6441 -- cgit v1.2.3