[PATCH] aclocal: add m4 search path info to --help

2022-01-19 Thread Mike Frysinger
Add a short summary to --help of the current paths that will be searched. Make sure to omit this from the man page when running help2man since pre-inst-env specifically clears some and others to the current build directory. * bin/aclocal.in: Include m4 search paths in usage. * doc/local.mk: Run h

[PATCH] progs, libs: support _RANLIB overrides

2022-01-19 Thread Mike Frysinger
Much like we have per-target support for _AR and _LINK, add an _RANLIB override too. This allows selection of specific ranlib tools in case a non-standard archiver tool was forced. * bin/automake.in: Check for _RANLIB per-target settings. * doc/automake.texi: Document _RANLIB override. * lib/am/l

[PATCH] tests: add _AR override coverage

2022-01-19 Thread Mike Frysinger
There were no tests for per-target _AR settings, so add some. * t/ar_override.sh: New test. --- t/ar_override.sh | 50 1 file changed, 50 insertions(+) create mode 100644 t/ar_override.sh diff --git a/t/ar_override.sh b/t/ar_override.sh new file