tools/coreutils: use automake during bootstrap
authorMichael Pratt <[email protected]>
Sun, 6 Oct 2024 08:13:16 +0000 (04:13 -0400)
committerRobert Marko <[email protected]>
Sat, 26 Jul 2025 12:38:08 +0000 (14:38 +0200)
commit26f8a3874b1d1a393cbd081b4e5a05a5aa3b534c
tree81c6fb7b9b68ff535a8ffa6278e5acf96ba2eb63
parent199afe9ef79d00ddda8ac161062ca3b1429d1200
tools/coreutils: use automake during bootstrap

This was previously not possible because
part of the source code for coreutils in the form of
extra gnulib modules was missing from the release distribution.

Now that the local modules from coreutils source
is included in coreutils releases,
the bootstrap script can be ran without skipping
automake in the autoreconf stage after importing modules
by using fake paths to each autotools program,
and instead use the real paths to our modified autotools.

Because we do not require tools for building documentation,
continue to fake the paths to autopoint and gtkdocize.

Remove the skipping of imports of some source files
which is no longer necessary.

Tested-by: Georgi Valkov <[email protected]> # macOS
Signed-off-by: Michael Pratt <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <[email protected]>
tools/coreutils/Makefile