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
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
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