[omniORB] autoconfig test, comments and using distutils

William Noon noon@snow.nrcc.cornell.edu
Mon, 25 Feb 2002 12:02:27 -0500


In my modifications to dir.mk to use setup.py to build and install the
python modules, I forgot to use the appropriate python version.

It should look like $(PYTHON) setup.py build install --prefix=${prefix}

--Bill Noon