Cannot find install-sh, install.sh, or shtool in ac-aux
        Posted  
        
            by 
                Micah
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Micah
        
        
        
        Published on 2011-02-23T06:14:45Z
        Indexed on 
            2011/02/23
            7:33 UTC
        
        
        Read the original article
        Hit count: 704
        
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
© Ask Ubuntu or respective owner