Description of problem: C beautifier support is not being configured into bigloo, making its output somewhat harder to read. Version-Release number of selected component (if applicable): bigloo-2.8b-2.fc5 How reproducible: Always Steps to Reproduce: 1. rpmbuild -bc bigloo.spec 2. Look at the output of the bigloo configure script 3. Actual results: C beautifier support is missing Expected results: C beautifier support ought to invoke GNU indent Additional info: The bigloo configure script is looking for /usr/local/bin/indent, but indent is in /usr/bin on Fedora Core systems. I will attach a patch that fixes the problem. In addition to the patch, bigloo.spec should be modified to include a BuildRequires: indent. A corresponding Requires: indent is not necessary, since the Scheme code deals with a failure to invoke indent, but it has to be present at build time or support is not included.
Created attachment 133171 [details] Patch to add C beautifier support
Thanks for spotting this. I will fix this in the next release. I just tried 2.8c-alpha, but the bdb problem bug #200337 persists.