I'am currently working on a project that uses autotools and as I'am used
to eclipse I want import this project as a C++ autotools project.
Everything works fine, except that for building the project autoheader and
libtoolize must be called to create the appropriate config.h.in etc.
What would be the best way to call autoheader and libtoolize from within
eclipse? Is there a way to add these calls to autogen.sh?