Over the past couple of days, I read about using autotools to create my project instead of the Makefile, which I put together over the past few months. Unfortunately, I did not find an example that gave me enough information about how my project structure is currently.
I have three libraries that are included in the application code of my project. I am looking for a better way to use one configure script to create (and install) an application and libraries.
source share