Re: Probs w/ CVS comedi/autogen.sh

> Hi,
>
> I'm having trouble creating the CVS comedi drivers configure script. I
> managed to create the comedilib configure script okay.
>
> I'm using a Gentoo system, that uses wrapper scripts for autoconf and
> automake to choose the versions to use (selected via environment
> variables.  I have these set to use the closest versions to those
> recommended by README.CVS.  I'm currently using autoconf 2.59 and
> automake 1.6.3.

It looks like autogen.sh uses aclocal-1.7 and automake-1.7 (at least in my
cvs snapshot from a while ago).  Can you use automake 1.7?

Or, alternatively, you may be able to get away with just running
autogen.sh commands manually (without versions, so that the automake
wrapper picks them up):

aclocal -I m4
autoheader
autoconf
automake

Received on 2005-01-12Z18:18:36