On Thu, Nov 07, 2013 at 03:52:32PM +0100, Dagobert Michelsen wrote: > Hi, > > I am currently trying to convert cppunit to GCC /opt/csw-style package but it > fails to compile > with some strange C++ message. Could someone please have a look? Everything > is committed as > pkg/cppunit/trunk.
It seems there was a problem in configure.in. When running autoreconf, it dies because configure.in uses the old AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS. I added a patch and committed. cheers rafi
