autoconf confusion attempting to install v1.6.6
on FreeBSD 4.11 Stable #1 I'm obtaining the following error which seems pretty obvious: aclocal.m4:39: error: Autoconf version 2.54 or higher is required aclocal.m4:39: the top level autoheader: autom4te failed with exit status: 1 However, output from suggests I'm using the latest autoconf (I also installed the latest) The one hack I did do was to delete the system installed autoconf and symlink autoconf to the autoconf259 executable #`which autoconf` -V autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Not sure where to go with this. -- Joe -- Joe S. ------------ praxis makes perfect. - anon
On Fri, 2005-03-25 at 11:03 -0800, Joe wrote:
on FreeBSD 4.11 Stable #1
I'm obtaining the following error which seems pretty obvious: aclocal.m4:39: error: Autoconf version 2.54 or higher is required aclocal.m4:39: the top level autoheader: autom4te failed with exit status: 1
There seems to be some problems with your autoconf installation, please make sure that your automake is recent as well (1.7 something) maybe some of the autotools uses an explicit reference to the old autoconf executable. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Joe