The Linux Distributions Autotools suite of plugins add support to the CDT (C/C++ Development Tools) for building and maintaining C/C++ projects that use autotools. Using autotools is very common in the world of Open Source projects such as those hosted at http://www.gnu.org. With this additional support, a vast repository of C/C++ code can be checked out, built, and maintained under the CDT rather easily without having to resort to the command line.
In conjunction with the CDT, the plugin can do the following:
Please use our update site as described here.
Or get the project plugins out of Git
directly from eclipse.org at git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git
You will need to check out the following from the autotools subfolder:
org.eclipse.linuxtools.cdt.autotools
org.eclipse.linuxtools.cdt.autotools.core
org.eclipse.linuxtools.cdt.autotools.ui
org.eclipse.linuxtools.cdt.autotools-docs
org.eclipse.linuxtools.cdt.autotools-feature
From there, run the plugins as an Eclipse Application.