I'm trying to compile a program from source. When I run make the following appears:
./config.status --recheck
make: ./config.status: Command not found
make: *** [config.status] Error 127
There is no file called config.status in the current directory. Why was it not created?