Re: [Cppunit-devel] CppUnit 1.7.8 tar ball
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-03-27 15:03:48
|
On the compile farm on a linux box, I did: ./autogen.sh ./configure --prefix=$HOME make dist make doc-dist I just try to do a 'make distcheck', and I get the same error as Volker. (see attached file, in english that time). The config/depcomp file does exist... => I just found the culprit. In src/makefile.am: << SUBDIRS = cppunit # already handled by toplevel dist-hook. # DIST_SUBDIRS = msvc6 EXTRA_DIST = CppUnitLibraries.dsw >> I added the EXTRA_DIST line. If removed, everything is working fine... What should I do ? Move it to the top level makefile.am ? Baptiste. |