Skip to content

docs: Add missing build dependency. #328

Description

@tillnr

Running ./bootstrap after cloning libyamlfor the first time will lead to to the following output and failure to run the bootstrapping step successfully, even though all documented dependencies are installed:

autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: no obvious need to run autopoint
autoreconf: running: aclocal --force 
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 297.
autoreconf: error: failed to run aclocal: No such file or directory

aclocal is part of automake and should therefore be mentioned in the dependencies of building after a fresh clone in addition to autoconf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions