diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-26 17:07:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-26 17:07:40 (GMT) |
commit | cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b (patch) | |
tree | 21ecb6c34757bf1d2e53f5b13db7f7722abb95e3 /BeOS | |
parent | eff9a87fcc1986192e20f9674432bea30cae2b41 (diff) | |
download | cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.zip cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.tar.gz cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.tar.bz2 |
Rename Setup.in to Setup.dist, and assume that configure will create
Setup (instead of creating it from the Makefile).
Diffstat (limited to 'BeOS')
-rw-r--r-- | BeOS/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BeOS/README b/BeOS/README index ab71bd9..90013ee 100644 --- a/BeOS/README +++ b/BeOS/README @@ -29,8 +29,7 @@ To build, 1) ./configure --prefix=/boot/home/config - 2) cp Modules/Setup.in Modules/Setup - edit Modules/Setup + 2) edit Modules/Setup comment out grp and mmap, and pwd on 4.5 or earlier uncomment any modules you want to include in python (you can also add them later as shared libraries.) |