I'm having problems doing a default "make check" When it gets to the stage of running the unit tester with valgrind I get:
... ==27736== FATAL: can't open suppressions file '/.vg-supp' It seems that I need to have $abs_srcdir set to correctly find .vg-supp, but no part of the bootstrap/configure/make process sets it. It looks like in this config it's the same as $abs_builddir, but my lack of familiarity with autotools lets me down here, and I can't see where to go with this. I'm assuming this is a very simple fix for those that know what to do, else I will put it in Jira Andrew