Install autoconf in GitLab CI.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user