Question

Over the past couple of days I have been reading into using autotools to build my project instead of the Makefiles I have pieced together over the past couple of months. Unfortunately I have not found an example that gave me enough insight towards how my project structure is currently.

I have three libraries that are included in the application code of my project. I am looking for the best way to use a single configure script to make (and install) the application, and libraries.

Was it helpful?

OTHER TIPS

Sorry for offtopic.

I did similar thing now, but I was able to choose between Autotools and CMake. I am happy to have choosen the second.

Might be worth looking at, including CDash, CTest and CPack. http://www.cmake.org/

Best Regards,

Ovanes

When I read this, I was already pretty well familiar with the autotools, but it seems like a pretty good introduction: link text

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top