diff options
author | Just van Rossum <just@letterror.com> | 2002-09-16 20:18:27 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2002-09-16 20:18:27 (GMT) |
commit | b7dd49453c974f2446f5b13c7c14e078b01a6829 (patch) | |
tree | cbe5fcfbde658cd9d7e1c271347fca44268cbed6 | |
parent | 3cba5c08f0891505378cf2fa0d7f724871635b37 (diff) | |
download | cpython-b7dd49453c974f2446f5b13c7c14e078b01a6829.zip cpython-b7dd49453c974f2446f5b13c7c14e078b01a6829.tar.gz cpython-b7dd49453c974f2446f5b13c7c14e078b01a6829.tar.bz2 |
add ./ to configure command so it actually works verbatim
-rw-r--r-- | Mac/OSX/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/README b/Mac/OSX/README index 5b4c376..b6bdc64 100644 --- a/Mac/OSX/README +++ b/Mac/OSX/README @@ -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 |