diff options
author | NIIBE Yutaka <[email protected]> | 2023-08-17 05:03:09 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-08-17 05:03:09 +0000 |
commit | dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230 (patch) | |
tree | d03640f87382c55ec877dedd8a9755436febadcc /Makefile.am | |
parent | qt: Clean up after failure or cancel of sign/encrypt archive operation (diff) | |
download | gpgme-dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230.tar.gz gpgme-dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230.zip |
build: New configure option --with-libtool-modification.
* Makefile.am (EXTRA_DIST): Add build-aux/libtool-patch.sed.
* build-aux/libtool-patch.sed: New.
* configure.ac (--with-libtool-modification): New.
* build-aux/ltmain.sh: Revert our own local modification.
--
Fixes-commit: e622e36f1f32641c66b28a0de95c75ae35f6ca05
GnuPG-bug-id: 6619
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 18484022..71046b2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,7 @@ DISTCHECK_CONFIGURE_FLAGS = EXTRA_DIST = autogen.sh autogen.rc gpgme.spec.in \ ChangeLog-2011 m4/ChangeLog-2011 \ + build-aux/libtool-patch.sed \ conf/whatisthis VERSION LICENSES # This artificial line is to put a dependency to conf/config.h for 'all' |