Possible Duplicate:
Getting started with autotools
I am trying to use autotools to compile C and C++ files included. Can anyone point me in the right direction to some documentation on how to do this?
Thanks.
Possible Duplicate:
Getting started with autotools
I am trying to use autotools to compile C and C++ files included. Can anyone point me in the right direction to some documentation on how to do this?
Thanks.
First, if you are integrating C and C++, remember that you are building a C++ project with some C compatible symbols exported. If that statement doesn't make a lot of sense to you, the better explanation is found here.
There are many good autoconf tutorials. Start off small, and don't be afraid to peek into other open-source projects for hints and tips as to how they solved making some library easily configurable.
http://www.openismus.com/documents/linux/automake/automake.shtml
I highly recommend Automake and Autoconf
The easiest and more effective autotools
http://www.openismus.com/documents/linux/automake/automake
I heard about Cmake recently, looks like it's a great tool, KDE switched to using it.