|
From: Tom H. <to...@co...> - 2005-07-11 23:02:18
|
In message <200...@kf...>
Maurice van der Pot <gri...@ge...> wrote:
> On Mon, Jul 11, 2005 at 03:57:21PM +0100, Tom Hughes wrote:
> > Googling suggests that the usual cause for this is the version of
> > autoconf on the path is too old - recent versions of aclocal try to
> > use a feature that was only added to autoconf in version 2.58 and
> > if autoconf is older than that you get this error.
>
> Maybe AC_PREREQ(2.58) can help?
The user only needs autoconf 2.58 if he uses a version of aclocal
that requires - nothing that valgrind itself requires it.
The problem here is that the user has a version of aclocal installed
that is not compatible with the version of autoconf that is installed
on the machine.
Requiring recent versions of autoconf just seems to get us complaints
from people using older systems.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|