2
0

Also need automake installed.

This commit is contained in:
Maarten Billemont
2018-06-19 01:42:59 -04:00
parent 4c48bfb1af
commit bff3577ada
2 changed files with 3 additions and 3 deletions

View File

@@ -50,10 +50,10 @@ _initialize() {
#
# Check if all tools needed for the default implementations are available.
#
# By default, this will check for `autoreconf`.
# By default, this will check for `automake` (for aclocal) and `autoconf` (for autoreconf).
initialize_needs() { _initialize_needs "$@"; }
_initialize_needs() {
needs autoreconf
needs automake autoconf
}
# clean <prefix> <platform>