From: Martin E. <mar...@kd...> - 2005-11-05 13:38:35
|
On Friday 04 November 2005 20:58, Pim Bollen wrote: > first step mentioned in the INSTALL file fails: the file configure is > missing. Browsing the cvs tree on site I see this file has been put on the > attic with a lot of other files. I am afraid someone did a bit too much > cleaning ;-( How can I make this working ? Fear not. It's not supposed to be kept in CVS, because it's an automatically generated file. The file gets generated by the autotools programs when a release tarball is made, so I guess the INSTALL file only makes sense for installing releases. To install from CVS, make sure you have autoconf, automake, autoheader, libtoolize and aclocal in your path and then run ./autogen.sh from the top-level directory to create everything you need. The configure script should run automatically (but, of course, you can run it again if you need to use any configure options). Cheers Martin |