aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/libtool.patch (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-28build: Fix libtool modification.NIIBE Yutaka1-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]>
2023-07-27build: Apply libtool.patch at the last stage of configure.NIIBE Yutaka1-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]>