From dacbd51c3f8ae6dafe56b3d4b4d15c8d62254230 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 17 Aug 2023 14:03:09 +0900 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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' -- cgit