aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/ltmain.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-17build: New configure option --with-libtool-modification.NIIBE Yutaka1-13/+0
* 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]>
2023-05-16build: Sync to libtool from libgpg-error for 64-bit Windows.NIIBE Yutaka1-0/+13
* build-aux/ltmain.hs: Update from libgpg-error. -- GnuPG-bug-id: 6484 Signed-off-by: NIIBE Yutaka <[email protected]>
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor1-3/+3
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2013-05-23Fix libtool 2.4.2 to correctly detect .def files.Werner Koch1-1/+5
* build-aux/ltmain.sh (sed_uncomment_deffile): New. (orig_export_symbols): Uncomment def file before testing for EXPORTS. * m4/libtool.m4: Do the same for the generated code. -- The old code was not correct in that it only looked at the first line and puts an EXPORTS keyword in front if missing. Binutils 2.22 accepted a duplicated EXPORTS keyword but at least 2.23.2 is more stringent and bails out without this fix. There is no need to send this upstream. Upstream's git master has a lot of changes including a similar fix for this problems. There are no signs that a libtool 2.4.3 will be released to fix this problem and thus we need to stick to our copy of 2.4.2 along with this patch. Signed-off-by: Werner Koch <[email protected]>
2013-02-26Update helper scripts.Werner Koch1-1/+0
* configure.ac: Use AC_CONFIG_AUX_DIR. Remove args from AM_INIT_AUTOMAKE. Replace AM_CONFIG_HEADER by AC_CONFIG_HEADER. * compile, config.guess, config.sub, depcomp, install-sh, ltmain.sh * mkinstalldirs, texinfo.texi: Move to build-aux/ and update from gnulib (c042abf). * build-aux/mdate-sh, build-aux/missing: Install via automake -a -c. Update autogen.sh for changed config dir. * autogen.sh: Adjust for scripts dir change. Update W32 toolprefix list.
2012-01-19Update to libtool 2.4.2Werner Koch1-1389/+2638
* ltmain.sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltversion.m4, * m4/lt~obsolete.m4: Update.
2010-05-062010-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-17/+16
* configure.ac: Detect Windows CE. (HAVE_W32CE_SYSTEM): New symbol and automake conditional. * ltmain.sh, m4/libtool.m4: Patch so that it works for Windows CE.
2009-12-082009-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3232/+5220
Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. src/ 2009-12-08 Marcus Brinkmann <[email protected]> * Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. (SUFFIXES): Add .lo. (gpgme_res_ldflag): Removed. (gpgme_res): Use libtool object file name here. (libgpgme_la_LDFLAGS): Remove gpgme_res_ldflag usage.
2007-01-292007-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Released 1.1.3. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
2004-04-06Updatedgpgme-0-4-6Werner Koch1-863/+2173
2004-01-12Added files usually installed bu automake. We want to keep them in the CVSgpgme-0-4-4Werner Koch1-0/+5115
from now on.