Ruediger Pluem wrote:
> 
> I found it: There was a stray config.m4 located in my modules/cluster
> directory. I guess it got there during my tries to fix the issue and
> I missed to delete it afterwards.
> Thanks for your extensive help and sorry for the noise.

No bother; fyi a personal favorite (as long as you have no extra working
files that you had forgotten to svn add) is;

  svn status --no-ignore | awk "/^[I\?]/{print \$2}" | xargs rm

Reply via email to