bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoconf-2.59 fails to build on QNX


From: Paul Eggert
Subject: Re: Autoconf-2.59 fails to build on QNX
Date: 17 Feb 2004 13:31:00 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"Stephen Rasku" <address@hidden> writes:

> It doesn't match.

That's strange.  I suspect some some sort of versioning problem; it
appears that tests/autom4te is built with an old version of Autoconf.
This would be a bug in the Autoconf makefiles, but first let's check
whether my guess is right.

Does the following fix things?  It should use the new Autoconf to
build the test suite.

untar a fresh copy of autoconf 2.59
cd autoconf-2.59
./configure --prefix=/your/prefix
make
make install
make distclean
PATH=/your/prefix/bin:$PATH
export PATH
make
make check




reply via email to

[Prev in Thread] Current Thread [Next in Thread]