Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-23 | Fix libtool 2.4.2 to correctly detect .def files. | Werner Koch | 1 | -4/+4 | |
* 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]> | |||||
2012-11-16 | Update to libtool 2.4.2. | Werner Koch | 1 | -810/+1438 | |
2009-06-23 | 2009-06-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -3704/+5126 | |
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/Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. Add $(libgpg_error_la_CPPFLAGS). (SUFFIXES): Add .lo. (.rc.o): Change to ... (.rc.lo): ... this implicit rule. (gpg_error_res_ldflag): Removed. (gpg_error_res): Use libtool object file name here. (install-def-file): Fix typo. (libgpg_error_la_LDFLAGS): Remove gpg_error_res_ldflag usage. (libgpg_error_la_LIBADD): Add gpg_error_res. | |||||
2005-10-02 | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -2509/+4743 | |
* configure.ac: Escape arguments in AC_INIT invocation. * config.guess, config.sub, ltmain.sh: Update. m4/ 2005-10-02 Marcus Brinkmann <[email protected]> * libtool.m4: Update. | |||||
2003-12-08 | * autogen.sh: New. | Werner Koch | 1 | -0/+3717 | |
* Makefile.am (EXTRA_DIST): Added autogen.sh. * libtool.m4: Added (CVS only). |