Murtaza wrote:
I am getting the following error while running "make". I am sure
someone would have faced this error before. If so please help me.

Makefile is there in the folder.

autoconf
make: autoconf: Command not found

Maybe it's because the autoconf command is not found, which would happen because the autoconf package is not installed.

The reason 'make' might require this are that either the package you are using was configured for maintainer mode and you changed configure.ac or one of the files it depends on, or it's just poorly designed, requiring autoconf for more than just the developer machines.


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to