aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-08-04 05:51:49 +0000
committerNIIBE Yutaka <[email protected]>2023-08-04 05:51:49 +0000
commit03a3b3c02cf220c6e7ee1acecef7403a64ddf4a3 (patch)
treef5bca892d3ac68564ecfaf98a9236e4c75d50280
parentbuild: New configure option --with-libtool-modification. (diff)
downloadlibgpg-error-03a3b3c02cf220c6e7ee1acecef7403a64ddf4a3.tar.gz
libgpg-error-03a3b3c02cf220c6e7ee1acecef7403a64ddf4a3.zip
build: Add build-aux/libtool.patch in the tarball.
* Makefile.am (EXTRA_DIST): build-aux/libtool.patch. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--Makefile.am4
-rw-r--r--NEWS1
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