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.
Running
./bootstrapafter cloninglibyamlfor 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:aclocalis part ofautomakeand should therefore be mentioned in the dependencies of building after a fresh clone in addition toautoconf.