On 10/22/2007 09:28 PM, Alexandre Hannud Abdo wrote:
$./autoconf [configure options you use, if any]
and then
$make
The repository already contains a "autogen.sh" script, which properly takes care of generating the "configure" script, without having to call autoconf and automake by hand, and then automatically calls the "configure" script. So what must be done instead is simply: $ ./autogen.sh $ make If you want to pass options to the configure script, you can do so after running "autogen.sh", or passing the options to autogen.sh itself, which will automatically pass them to "configure". Also, in ubuntu, you may need to have the autoconf and automake packages installed, since it think they're not included by default. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@forked.de> 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0