> [...] or am I missing some subtleties of the install process?
I suspect most people use it without installing it. (That would
explain the frequent
brokenness you note. Last time I looked django_evolution wasn't being
installed,
for example.)
I agree, I'd have thought distutils would make more sense than autoconf.
Ah, right. I confess I don't know much about distutils. I'd assumed
it could do things like
that.
Not a big issue before 1.0 in that I suspect most people don't install
anyway? Might
be worth saying that somewhere, just to avoid unnecessary frustation amonst us
newbies?
Distutils/easy_setup is probably ideal, if it can be made to do what
we need (or if we can
refactor things to avoid needing them).
-David