Please add a note about checking that autotools are installed: ``` sudo apt install automake ``` Although `./configure` script completed successfully for me, I got a strange error during `make` about `aclocal` dependency. Installing autotools fixed it.
Please add a note about checking that autotools are installed:
Although
./configurescript completed successfully for me, I got a strange error duringmakeaboutaclocaldependency.Installing autotools fixed it.