add ./ to configure command so it actually works verbatim

This commit is contained in:
Just van Rossum 2002-09-16 20:18:27 +00:00
parent 3cba5c08f0
commit b7dd49453c

View File

@ -58,7 +58,7 @@ portions of the Mac subtree into the Python.framework.
It is normally invoked indirectly through the main Makefile, as the last step
in the sequence
1. configure --enable-framework
1. ./configure --enable-framework
2. make
3. make frameworkinstall