What is ltmain.sh, and why does automake say it is missing? What is a good auto (make/conf/etc) gene

Posted by gersh on Stack Overflow See other posts from Stack Overflow or by gersh
Published on 2010-05-11T03:34:56Z Indexed on 2010/05/11 23:04 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

I just want to develop a C app in linux with the auto(make/conf/...) stuff automatically generated. I tried generating it with ede and anjuta, but it doesn't seem to generate Makefile.am. So, I tried running automake, and it says "ltmain.sh" isn't found. Is there some easy to generate the basic build files for linux C/C++ apps. What is the standard practice? Do most people write these files themselves?

© Stack Overflow or respective owner

Related posts about automake

Related posts about autoconf