Message100950
> 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 |
|
| Date |
User |
Action |
Args |
| 2010-03-12 18:26:26 | dmalcolm | set | recipients:
+ dmalcolm, brett.cannon, georg.brandl, mark.dickinson, eric.smith |
| 2010-03-12 18:26:26 | dmalcolm | set | messageid: <1268418386.62.0.723990902935.issue7997@psf.upfronthosting.co.za> |
| 2010-03-12 18:26:25 | dmalcolm | link | issue7997 messages |
| 2010-03-12 18:26:24 | dmalcolm | create | |
|