]> git.ipfire.org Git - thirdparty/automake.git/commit
progs, libs: support _RANLIB overrides
authorMike Frysinger <vapier@gentoo.org>
Wed, 19 Jan 2022 10:14:47 +0000 (05:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 25 Jan 2022 04:43:43 +0000 (23:43 -0500)
commit975ea4d9cb3354fce41fcff7d91d5d6f918ada79
treed6cfb4d9d75ee34e48fc1855062b509065106426
parent6d0dde1f10685b91a5c412edf0c8e08f66e2c912
progs, libs: support _RANLIB overrides

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/library.am: Change $(RANLIB) to $(%XLIBRARY%_RANLIB).
* t/list-of-tests.mk: Add ranlib_override.sh.
* t/ranlib_override.sh: New test.
* NEWS: Mention new feature.
NEWS
bin/automake.in
doc/automake.texi
lib/am/library.am
t/list-of-tests.mk
t/ranlib_override.sh [new file with mode: 0644]