aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/libtool.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix libtool modification.NIIBE Yutaka2023-07-281-11/+11
| | | | | | | | | | | * 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-0/+45
* 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]>