aboutsummaryrefslogtreecommitdiff
path: root/tools/libtool/patches/001-always-install-aux.patch
Commit message (Collapse)AuthorAge
* tools: libtool: always install all auxillary filesMichael Pratt2025-08-11
Remove the needless restriction for which auxillary files are installed. This aligns the behavior of libtoolize with the existing behavior of automake. This can prevent the seemingly random error if autoreconf happens to be ran multiple times: configure: error: cannot find required auxiliary files: compile Signed-off-by: Michael Pratt <mcpratt@pm.me> Link: https://github.com/openwrt/openwrt/pull/19748 Signed-off-by: Robert Marko <robimarko@gmail.com>