diff options
author | NIIBE Yutaka <[email protected]> | 2023-08-04 05:51:49 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-08-04 05:51:49 +0000 |
commit | 03a3b3c02cf220c6e7ee1acecef7403a64ddf4a3 (patch) | |
tree | f5bca892d3ac68564ecfaf98a9236e4c75d50280 | |
parent | build: New configure option --with-libtool-modification. (diff) | |
download | libgpg-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.am | 4 | ||||
-rw-r--r-- | 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 @@ -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 |