On Wednesday 07 January 2004 02:07 pm, Kurt Guenther wrote: > Dang. I get the same thing, but when I do a: > > # which autoconf > /usr/bin/autoconf > # autoconf --version > Autoconf version 2.13 > > Strange, but I'll push onward. Thanks for the assist. ailing list
This trips a lot of peole up. It should be added to a FAQ somewhere... [EMAIL PROTECTED] josh]$ vim `which autoconf` [EMAIL PROTECTED] josh]$ autoconf --version Autoconf version 2.13 [EMAIL PROTECTED] josh]$ export WANT_AUTOCONF=2.5 [EMAIL PROTECTED] josh]$ autoconf --version autoconf (GNU Autoconf) 2.58 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [EMAIL PROTECTED] josh]$ unset WANT_AUTOCONF Josh -- [EMAIL PROTECTED] mailing list
