Re: [Cppunit-devel] CppUnit 1.7.8 tar ball
Brought to you by:
blep
From: Volker B. <vbo...@te...> - 2002-03-27 12:08:21
|
On Wed, 27 Mar 2002, Baptiste Lepilleur wrote: > > - Autoconf version 2.13 (shouldn't matter, but...) >=20 > 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. >=20 > 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 --=20 Volker Boerchers <vbo...@te...> System Engineer TECON Systems AG, Perlengraben 2, 50676 K=F6ln, http://www.tecon.de Tel: +49-221-92007-55, Fax: +49-221-92007-77 |