This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients brett.cannon, dmalcolm, eric.smith, georg.brandl, mark.dickinson
Date 2010-03-12.18:26:24
SpamBayes Score 7.595647e-05
Marked as misclassified No
Message-id <1268418386.62.0.723990902935.issue7997@psf.upfronthosting.co.za>
In-reply-to
Content
> Nitpick: Various occurrences of 2.6.1 in the above should probably be 2.61.
Good catch - I think my brain or fingers are too used to Python's versioning scheme, rather than autoconf's.


Here's a revised set of commands, hopefully fixing that:

$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.bz2
$ tar -jxf autoconf-2.61.tar.bz2
$ pushd autoconf-2.61
$ ./configure --prefix=$HOME/autoconf-2.61
$ make ; make install
$ popd
$ PATH=~/autoconf-2.61/bin:$PATH autoreconf
History
Date User Action Args
2010-03-12 18:26:26dmalcolmsetrecipients: + dmalcolm, brett.cannon, georg.brandl, mark.dickinson, eric.smith
2010-03-12 18:26:26dmalcolmsetmessageid: <1268418386.62.0.723990902935.issue7997@psf.upfronthosting.co.za>
2010-03-12 18:26:25dmalcolmlinkissue7997 messages
2010-03-12 18:26:24dmalcolmcreate