Dave Malcolm <dmalc...@redhat.com> added the comment: > I cannot test this in my current environment because I'm stuck with Red > Hat and it does not have a recent enough automake to re-create configure > from configure.in.
FWIW, it may be an _autoconf_ version issue; I'm able to recreate a "configure" from Python's "configure.in" on my RHEL5 box by downloading autoconf-2.61 from http://ftp.gnu.org/gnu/autoconf/ installing it to /usr/local (with ./configure ; make; sudo make install) then invoking /usr/local/bin/autoconf in the root of an SVN checkout of python. Hope this is helpful. ---------- nosy: +dmalcolm _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6508> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com