[Python-checkins] python/dist/src/Mac/OSX README,1.9,1.10

jvr@users.sourceforge.net jvr@users.sourceforge.net
Mon, 16 Sep 2002 13:18:30 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv21844

Modified Files:
	README 
Log Message:
add ./ to configure command so it actually works verbatim

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README	6 Sep 2002 21:55:47 -0000	1.9
--- README	16 Sep 2002 20:18:27 -0000	1.10
***************
*** 59,63 ****
  It is normally invoked indirectly through the main Makefile, as the last step
  in the sequence
! 1. configure --enable-framework
  2. make
  3. make frameworkinstall
--- 59,63 ----
  It is normally invoked indirectly through the main Makefile, as the last step
  in the sequence
! 1. ./configure --enable-framework
  2. make
  3. make frameworkinstall