Cannot find install-sh, install.sh, or shtool in ac-aux
- by Micah
This is my first time trying to compile and install anything on a linux machine. I got the latest version of https://github.com/processone/exmpp via git and read the instructions which state:
2. Build and install
Exmpp uses the Autotools. Therefore
the process is quite common:
$ ./configure
$ make
$ sudo make install
after type ./configure I get the error
Cannot find install-sh, install.sh, or shtool in ac-aux
Google was of little to no help. Not sure at all what I'm supposed to do. Any help would be much appreciated