If the following error is encountered during ./configure:
configure: error: cannot find install-sh, install.sh, or shtool in build "."/build
Run the commands:
(Ubuntu)
sudo apt-get install automake autoconf libtool
Then rerun ./configure, make all, make install