On Thu, 2005-01-13 at 21:12 +0100, Alexandre Duret-Lutz wrote: > >>> "Meussen" == Meussen Erik IT415 <[EMAIL PROTECTED]> writes: > > Meussen> Hello all, > > Meussen> maybe anyone can help me with this. I downloaded > Meussen> automake 1.9. Configure displays a message saying: > > Meussen> checking whether autoconf is recent enough . . . no > Meussen> configure: error: Autoconf 2.58 or better is required. > > Could you post config.log? This kind of error typically occurs if having changed an automake/autoconf source file (configure.ac, Makefile.am) of an automake-1.8 generated configuration when having automake-1.9.x installed.
In this case, you'll have to regenerate the package's configuration. In most cases running "autoreconf -f -i" will do this. Ralf
