aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/ltmain.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix libtool modification.NIIBE Yutaka2023-07-281-1/+1
| | | | | | | | | | | * build-aux/ltmain.sh: Fix reverting mistake. * build-aux/libtool.patch: Regenerate and fix whitespace mistake. * configure.ac [x86_64-*mingw32*] (libtool-patch): Exit when failed. -- Fixes-commit: c1d3f5952f621a553c122cee7a20e990d982a715 Signed-off-by: NIIBE Yutaka <[email protected]>
* build: Apply libtool.patch at the last stage of configure.NIIBE Yutaka2023-07-271-13/+1
| | | | | | | | | | | | | * build-aux/libtool.patch: New. * build-aux/ltmain.sh: Revert our local change to original. * configure.ac [x86_64-*mingw32*] (libtool-patch): Introduce a construct with AC_CONFIG_COMMANDS to apply build-aux/libtool.patch after libtool generation. -- GnuPG-bug-id: 6619 Signed-off-by: NIIBE Yutaka <[email protected]>
* build: Recover the local change for libtool.NIIBE Yutaka2023-07-271-1/+13
| | | | | | | | | | | * ltmain.sh: Prefix the SO number for W64 with a "6". -- Forward port our local change of commit: ca46b9a7bccb2eab085fc45722ffca1210f48223 Signed-off-by: NIIBE Yutaka <[email protected]>
* build: Update libtool from version 2.4.7.NIIBE Yutaka2023-07-271-2027/+3798
| | | | | | | | | | | | | * build-aux/compile, build-aux/depcomp, build-aux/ltmain.sh: Update. * m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4: Update. * m4/ltversion.m4, m4/lt~obsolete.m4: Update. -- This is a breaking change because we have been maintaining local changes. It is going to be fixed by the following commit. Signed-off-by: NIIBE Yutaka <[email protected]>
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-3/+3
| | | | | | | | | | | | | | | | -- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
* Move helper scripts to build-aux.Werner Koch2014-01-101-0/+9677
* compile, config.guess, config.rpath, config.sub * depcomp, install-sh, ltmain.sh, missing: Move to build-aux/. * configure.ac (AC_CONFIG_AUX_DIR): New.