[issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate "configure"

Dave Malcolm report at bugs.python.org
Fri Mar 12 19:26:26 CET 2010


Dave Malcolm <dmalcolm at redhat.com> added the comment:

> 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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7997>
_______________________________________


More information about the Python-bugs-list mailing list