Description of problem: An autogen.sh script is not automatically run if present in root directory. Version-Release number of selected component (if applicable): eclipse-cdt-3.1.1-1.fc6 Steps to Reproduce: 1. Check a project from gnome CVS (insructions here: http://developer.gnome.org/tools/cvs.html) 2. autogen.sh is not run
A fix has been made in the source repository to 1) Find autogen.sh or the first file called .*autogen.sh in the configure src directory and invoke it 2) Add an error marker to project with error message if autogen fails 3) Stop the build from continuing if autogen fails