Re: [Cppunit-devel] CppUnit 1.7.8 tar ball
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-03-27 13:52:05
|
Attached is the missing depcomp file (from 1.6.2 release). Let me know if it works with that file. I'll try to see when that file disappeared from CVS... Thanks, Baptiste. ----- Original Message ----- From: "Volker Boerchers" <vbo...@te...> To: "Baptiste Lepilleur" <gai...@fr...> Cc: <cpp...@li...> Sent: Wednesday, March 27, 2002 1:07 PM Subject: Re: [Cppunit-devel] CppUnit 1.7.8 tar ball On Wed, 27 Mar 2002, Baptiste Lepilleur wrote: > > - Autoconf version 2.13 (shouldn't matter, but...) > > It might: from readme.CVS: > << > to generate the configure script, you need several auxiliary > tools. The version numbers are minimal: later versions should > also work. > > autoconf 2.50 > - see http://www.gnu.org/directory/autoconf.html autoconf generates configure from configure.in . Since this happens while preparing the distribution - and the generated configure is part of the distribution - it should not matter. (It's the aim of the autotools to increase portability...) The configure script (line 1384) contains a dependency to a file that is not part of the distribution, config/depcomp. If you have it, you could try to add it to the EXTRA_DIST variable in the toplevel Makefile.am and see if it is part of the distribution then. Unfortunately i don't have the new autoXXX-versions installed so i can not run autogen.sh for myself. Best Regards Volker -- Volker Boerchers <vbo...@te...> System Engineer TECON Systems AG, Perlengraben 2, 50676 Köln, http://www.tecon.de Tel: +49-221-92007-55, Fax: +49-221-92007-77 |