[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.104,1.105

Jeremy Hylton python-dev@python.org
Thu, 29 Jun 2000 07:40:47 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20793/Modules

Modified Files:
	Setup.in 
Log Message:
pyexpat notes: add the name of the archive to the ar command


Index: Setup.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.in,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -r1.104 -r1.105
*** Setup.in	2000/06/29 05:29:08	1.104
--- Setup.in	2000/06/29 14:40:45	1.105
***************
*** 424,428 ****
  # cd to EXPAT_DIR, run "make" if you have not done so, then run:
  #
! #    ar cr xmltok/*.o xmlparse/*.o
  #
  #EXPAT_DIR=/usr/local/src/expat
--- 424,428 ----
  # cd to EXPAT_DIR, run "make" if you have not done so, then run:
  #
! #    ar cr libexpat.a xmltok/*.o xmlparse/*.o
  #
  #EXPAT_DIR=/usr/local/src/expat