2
0

Install autoconf in GitLab CI.

This commit is contained in:
Maarten Billemont
2018-06-17 07:57:50 -04:00
parent b6e6dce9f0
commit 11e32abb90
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 `automake` and `autoreconf`.
# By default, this will check for `autoreconf`.
initialize_needs() { _initialize_needs "$@"; }
_initialize_needs() {
needs automake autoreconf
needs autoreconf
}
# clean <prefix> <platform>