Re: calling extension's autoconf/make from distutils

2007-09-21 Thread Steve Holden
Gary Jefferson wrote: > On Sep 20, 10:43 pm, Gary Jefferson <[EMAIL PROTECTED]> > wrote: >> I've got a python extension that comes with its own standard autoconf/ >> automake system, and I can "python setup.py build" just fine with it >> as long as I have previously done "./configure" in that direc

Re: calling extension's autoconf/make from distutils

2007-09-21 Thread Steve Holden
Gary Jefferson wrote: > On Sep 20, 10:43 pm, Gary Jefferson <[EMAIL PROTECTED]> > wrote: >> I've got a python extension that comes with its own standard autoconf/ >> automake system, and I can "python setup.py build" just fine with it >> as long as I have previously done "./configure" in that direc

Re: calling extension's autoconf/make from distutils

2007-09-21 Thread Gary Jefferson
On Sep 20, 10:43 pm, Gary Jefferson <[EMAIL PROTECTED]> wrote: > I've got a python extension that comes with its own standard autoconf/ > automake system, and I can "python setup.py build" just fine with it > as long as I have previously done "./configure" in that directory. > > However, 'python se

calling extension's autoconf/make from distutils

2007-09-20 Thread Gary Jefferson
I've got a python extension that comes with its own standard autoconf/ automake system, and I can "python setup.py build" just fine with it as long as I have previously done "./configure" in that directory. However, 'python setup.py bdist_rpm' can't hope to have done './ configure' first, as it un