I am currently trying to create an installation package using autoconf to create a configuration file. However, I was able to automatically generate them, however, when I run ./configure , the makefile is not created from Makefile.in .
My question is: how to debug this problem to narrow it down, why does it fail?
The following is the error message that I get when I try to create a Makefile:
configure: error: cannot find install-sh, install.sh, or shtool
godzilla
source share