Rename Setup.in to Setup.dist, and assume that configure will create

Setup (instead of creating it from the Makefile).
This commit is contained in:
Fred Drake 2000-10-26 17:07:40 +00:00
parent eff9a87fcc
commit cf3bc8c5a5
6 changed files with 12 additions and 17 deletions

View file

@ -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.)