diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-26 22:52:45 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-26 22:52:45 (GMT) |
commit | 03184e2815fcff16c34f857a36ce177cd2a244f4 (patch) | |
tree | f85c9f4892187ad52c74d79582aae90e24ef53ca /configure.in | |
parent | 73f8ab2e61cff44c5b979a960c9591e7f92862dc (diff) | |
download | cpython-03184e2815fcff16c34f857a36ce177cd2a244f4.zip cpython-03184e2815fcff16c34f857a36ce177cd2a244f4.tar.gz cpython-03184e2815fcff16c34f857a36ce177cd2a244f4.tar.bz2 |
Remaining single-line change from patch #102409: to install shared modules,
run setup.py with the --install-platlib flag so you can override
'prefix' when running make (e.g. make prefix=/tmp/python/usr/local install)
Instead of using mkdir to create directories, use install -d (mkdir -p
apparently isn't portable)
Emacs make-mode reported line 371 as suspicious; removed the whitespace from
that line.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions