Category: Linux

configure: error: cannot find install-sh, install.sh

configure: error: cannot find install-sh, install.sh When try to configure an open source code, I get error like this : configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..” Add command : autoreconf -f -i -Wall,no-obsolete before you call configure command to remove configure: error: cannot find install-sh, install.sh, or shtool in

Error : possibly undefined macro: AM_INIT_AUTOMAKE

I am download a open source code from the internet. This code dont have “configure” file, so we must create “configure” file before try to compile this code. This code have “configure.ac” file. So, we can use “autoconf” command to create “configure” file. When I call “autoconf” command, I get the error message like this